Class: Aws::IoT::Types::DescribeProvisioningTemplateVersionRequest

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

#template_nameString

The template name.

Returns:

  • (String)


6107
6108
6109
6110
6111
6112
# File 'lib/aws-sdk-iot/types.rb', line 6107

class DescribeProvisioningTemplateVersionRequest < Struct.new(
  :template_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idInteger

The provisioning template version ID.

Returns:

  • (Integer)


6107
6108
6109
6110
6111
6112
# File 'lib/aws-sdk-iot/types.rb', line 6107

class DescribeProvisioningTemplateVersionRequest < Struct.new(
  :template_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end