Class: Aws::IoT::Types::GetPackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPackageVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_name ⇒ String
The name of the associated package.
-
#version_name ⇒ String
The name of the target package version.
Instance Attribute Details
#package_name ⇒ String
The name of the associated package.
7818 7819 7820 7821 7822 7823 |
# File 'lib/aws-sdk-iot/types.rb', line 7818 class GetPackageVersionRequest < Struct.new( :package_name, :version_name) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the target package version.
7818 7819 7820 7821 7822 7823 |
# File 'lib/aws-sdk-iot/types.rb', line 7818 class GetPackageVersionRequest < Struct.new( :package_name, :version_name) SENSITIVE = [] include Aws::Structure end |