Class: Aws::SMS::Types::GenerateChangeSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/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:



521
522
523
524
525
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 521

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