Class: Aws::SMS::Types::GenerateTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The location of the Amazon S3 object.

Returns:



551
552
553
554
555
# File 'lib/aws-sdk-sms/types.rb', line 551

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