Class: Aws::IoT::Types::PackageVersionArtifact
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::PackageVersionArtifact
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A specific package version artifact associated with a software package version.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #s3_location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 location. 
Instance Attribute Details
#s3_location ⇒ Types::S3Location
The S3 location.
| 13768 13769 13770 13771 13772 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13768 class PackageVersionArtifact < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |