Class: Aws::SMS::Types::SSMValidationParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::SSMValidationParameters
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Contains validation parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command ⇒ String
The command to run the validation script.
-
#execution_timeout_seconds ⇒ Integer
The timeout interval, in seconds.
-
#instance_id ⇒ String
The ID of the instance.
-
#output_s3_bucket_name ⇒ String
The name of the S3 bucket for output.
-
#script_type ⇒ String
The type of validation script.
-
#source ⇒ Types::Source
The location of the validation script.
Instance Attribute Details
#command ⇒ String
The command to run the validation script.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#execution_timeout_seconds ⇒ Integer
The timeout interval, in seconds.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket_name ⇒ String
The name of the S3 bucket for output.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#script_type ⇒ String
The type of validation script.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The location of the validation script.
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-sms/types.rb', line 1507 class SSMValidationParameters < Struct.new( :source, :instance_id, :script_type, :command, :execution_timeout_seconds, :output_s3_bucket_name) SENSITIVE = [] include Aws::Structure end |