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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


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_nameString

The name of the target package version.

Returns:

  • (String)


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