Class: Aws::IoT::Types::PackageVersionArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PackageVersionArtifact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The Amazon S3 location for the artifacts 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.
12633 12634 12635 12636 12637 |
# File 'lib/aws-sdk-iot/types.rb', line 12633 class PackageVersionArtifact < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |