Class: Aws::Panorama::Types::PackageVersionInputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::PackageVersionInputConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A package version input configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
A location in Amazon S3.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
A location in Amazon S3.
2454 2455 2456 2457 2458 |
# File 'lib/aws-sdk-panorama/types.rb', line 2454 class PackageVersionInputConfig < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |