Class: Aws::IoT::Types::CreateProvisioningTemplateVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateProvisioningTemplateVersionResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version, otherwise false.
-
#template_arn ⇒ String
The ARN that identifies the provisioning template.
-
#template_name ⇒ String
The name of the provisioning template.
-
#version_id ⇒ Integer
The version of the provisioning template.
Instance Attribute Details
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version, otherwise false.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4211 class CreateProvisioningTemplateVersionResponse < Struct.new( :template_arn, :template_name, :version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The ARN that identifies the provisioning template.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4211 class CreateProvisioningTemplateVersionResponse < Struct.new( :template_arn, :template_name, :version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the provisioning template.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4211 class CreateProvisioningTemplateVersionResponse < Struct.new( :template_arn, :template_name, :version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
The version of the provisioning template.
4211 4212 4213 4214 4215 4216 4217 4218 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4211 class CreateProvisioningTemplateVersionResponse < Struct.new( :template_arn, :template_name, :version_id, :is_default_version) SENSITIVE = [] include Aws::Structure end |