Class: Aws::IoT::Types::CreateProvisioningTemplateResponse

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

#default_version_idInteger

The default version of the provisioning template.

Returns:

  • (Integer)


4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4166

class CreateProvisioningTemplateResponse < Struct.new(
  :template_arn,
  :template_name,
  :default_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The ARN that identifies the provisioning template.

Returns:

  • (String)


4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4166

class CreateProvisioningTemplateResponse < Struct.new(
  :template_arn,
  :template_name,
  :default_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


4166
4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4166

class CreateProvisioningTemplateResponse < Struct.new(
  :template_arn,
  :template_name,
  :default_version_id)
  SENSITIVE = []
  include Aws::Structure
end