Class: Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date when the provisioning template version was created.
-
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version.
-
#template_body ⇒ String
The JSON formatted contents of the provisioning template version.
-
#version_id ⇒ Integer
The provisioning template version ID.
Instance Attribute Details
#creation_date ⇒ Time
The date when the provisioning template version was created.
6684 6685 6686 6687 6688 6689 6690 6691 |
# File 'lib/aws-sdk-iot/types.rb', line 6684 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version.
6684 6685 6686 6687 6688 6689 6690 6691 |
# File 'lib/aws-sdk-iot/types.rb', line 6684 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The JSON formatted contents of the provisioning template version.
6684 6685 6686 6687 6688 6689 6690 6691 |
# File 'lib/aws-sdk-iot/types.rb', line 6684 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
The provisioning template version ID.
6684 6685 6686 6687 6688 6689 6690 6691 |
# File 'lib/aws-sdk-iot/types.rb', line 6684 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end |