Class: Aws::Panorama::Types::CreatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_name ⇒ String
A name for the package.
-
#tags ⇒ Hash<String,String>
Tags for the package.
Instance Attribute Details
#package_name ⇒ String
A name for the package.
363 364 365 366 367 368 |
# File 'lib/aws-sdk-panorama/types.rb', line 363 class CreatePackageRequest < Struct.new( :package_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the package.
363 364 365 366 367 368 |
# File 'lib/aws-sdk-panorama/types.rb', line 363 class CreatePackageRequest < Struct.new( :package_name, :tags) SENSITIVE = [] include Aws::Structure end |