Class: Aws::SMS::Types::SSMOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::SSMOutput
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Contains the location of validation output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
Location of an Amazon S3 object.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Location of an Amazon S3 object.
1896 1897 1898 1899 1900 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1896 class SSMOutput < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |