Class: Aws::Proton::Types::S3ObjectSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::S3ObjectSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Template bundle S3 bucket data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the S3 bucket that contains a template bundle.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The path to the S3 bucket that contains a template bundle.
 
Instance Attribute Details
#bucket ⇒ String
The name of the S3 bucket that contains a template bundle.
      4784 4785 4786 4787 4788 4789  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4784 class S3ObjectSource < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end  | 
  
#key ⇒ String
The path to the S3 bucket that contains a template bundle.
      4784 4785 4786 4787 4788 4789  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4784 class S3ObjectSource < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end  |