Class: Aws::SMS::Types::SSMValidationParameters

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

Overview

Contains validation parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandString

The command to run the validation script.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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_secondsInteger

The timeout interval, in seconds.

Returns:

  • (Integer)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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_idString

The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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_nameString

The name of the S3 bucket for output.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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_typeString

The type of validation script.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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

#sourceTypes::Source

The location of the validation script.

Returns:



1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-sms/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