Class: Aws::SMS::Types::GenerateChangeSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GenerateChangeSetResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      521 522 523 524 525  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 521 class GenerateChangeSetResponse < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end  |