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)


3673
3674
3675
3676
3677
3678
3679
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3673

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)


3673
3674
3675
3676
3677
3678
3679
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3673

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)


3673
3674
3675
3676
3677
3678
3679
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3673

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