Class: Aws::IoT::Types::PackageVersionArtifact

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#s3_locationTypes::S3Location

The S3 location.

Returns:



12807
12808
12809
12810
12811
# File 'lib/aws-sdk-iot/types.rb', line 12807

class PackageVersionArtifact < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end