Class: Aws::SMS::Types::GenerateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GenerateTemplateResponse
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
The location of the Amazon S3 object.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
The location of the Amazon S3 object.
551 552 553 554 555 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 551 class GenerateTemplateResponse < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |