Class: Aws::IoT::Types::GetPackageVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#package_nameString

The name of the associated package.

Returns:

  • (String)


7515
7516
7517
7518
7519
7520
# File 'lib/aws-sdk-iot/types.rb', line 7515

class GetPackageVersionRequest < Struct.new(
  :package_name,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of the target package version.

Returns:

  • (String)


7515
7516
7517
7518
7519
7520
# File 'lib/aws-sdk-iot/types.rb', line 7515

class GetPackageVersionRequest < Struct.new(
  :package_name,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end