Class: Aws::IoT::Types::GetPackageVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPackageVersionRequest
- Defined in:
- gems/aws-sdk-iot/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.
8375 8376 8377 8378 8379 8380 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8375 class GetPackageVersionRequest < Struct.new( :package_name, :version_name) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the target package version.
8375 8376 8377 8378 8379 8380 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8375 class GetPackageVersionRequest < Struct.new( :package_name, :version_name) SENSITIVE = [] include Aws::Structure end |