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)


8387
8388
8389
8390
8391
8392
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8387

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

#version_nameString

The name of the target package version.

Returns:

  • (String)


8387
8388
8389
8390
8391
8392
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8387

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