Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SMS::Types::ServerValidationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Configuration for validating an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the configuration.

Returns:

  • (String)

1827
1828
1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1827

class ServerValidationConfiguration < Struct.new(
  :server,
  :validation_id,
  :name,
  :server_validation_strategy,
  :user_data_validation_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#serverTypes::Server

Represents a server.

Returns:


1827
1828
1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1827

class ServerValidationConfiguration < Struct.new(
  :server,
  :validation_id,
  :name,
  :server_validation_strategy,
  :user_data_validation_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#server_validation_strategyString

The validation strategy.

Returns:

  • (String)

1827
1828
1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1827

class ServerValidationConfiguration < Struct.new(
  :server,
  :validation_id,
  :name,
  :server_validation_strategy,
  :user_data_validation_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#user_data_validation_parametersTypes::UserDataValidationParameters

The validation parameters.


1827
1828
1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1827

class ServerValidationConfiguration < Struct.new(
  :server,
  :validation_id,
  :name,
  :server_validation_strategy,
  :user_data_validation_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#validation_idString

The ID of the validation.

Returns:

  • (String)

1827
1828
1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1827

class ServerValidationConfiguration < Struct.new(
  :server,
  :validation_id,
  :name,
  :server_validation_strategy,
  :user_data_validation_parameters)
  SENSITIVE = []
  include Aws::Structure
end