Class: Aws::IoT::Types::S3Location
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::S3Location
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The S3 location.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 key.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 bucket version.
 
Instance Attribute Details
#bucket ⇒ String
The S3 bucket.
      13422 13423 13424 13425 13426 13427 13428  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13422 class S3Location < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#key ⇒ String
The S3 key.
      13422 13423 13424 13425 13426 13427 13428  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13422 class S3Location < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The S3 bucket version.
      13422 13423 13424 13425 13426 13427 13428  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13422 class S3Location < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end  |