Class: Aws::Panorama::Types::CreatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreatePackageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The package’s ARN.
-
#package_id ⇒ String
The package’s ID.
-
#storage_location ⇒ Types::StorageLocation
The package’s storage location.
Instance Attribute Details
#arn ⇒ String
The package’s ARN.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-panorama/types.rb', line 384 class CreatePackageResponse < Struct.new( :arn, :package_id, :storage_location) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The package’s ID.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-panorama/types.rb', line 384 class CreatePackageResponse < Struct.new( :arn, :package_id, :storage_location) SENSITIVE = [] include Aws::Structure end |
#storage_location ⇒ Types::StorageLocation
The package’s storage location.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-panorama/types.rb', line 384 class CreatePackageResponse < Struct.new( :arn, :package_id, :storage_location) SENSITIVE = [] include Aws::Structure end |