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.
6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-iot/types.rb', line 6130 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.
6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-iot/types.rb', line 6130 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.
6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-iot/types.rb', line 6130 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.
6130 6131 6132 6133 6134 6135 6136 6137 |
# File 'lib/aws-sdk-iot/types.rb', line 6130 class DescribeProvisioningTemplateVersionResponse < Struct.new( :version_id, :creation_date, :template_body, :is_default_version) SENSITIVE = [] include Aws::Structure end |