Class: Aws::Panorama::Types::DescribePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_id ⇒ String
The package’s ID.
Instance Attribute Details
#package_id ⇒ String
The package’s ID.
1066 1067 1068 1069 1070 |
# File 'lib/aws-sdk-panorama/types.rb', line 1066 class DescribePackageRequest < Struct.new( :package_id) SENSITIVE = [] include Aws::Structure end |