Class: Aws::SMS::Types::SSMOutput

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

Overview

Contains the location of validation output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Location of an Amazon S3 object.

Returns:



1472
1473
1474
1475
1476
# File 'lib/aws-sdk-sms/types.rb', line 1472

class SSMOutput < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end