Class: Aws::IoT::Types::ProvisioningTemplateVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ProvisioningTemplateVersionSummary
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A summary of information about a fleet provision template version.
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, otherwise false.
-
#version_id ⇒ Integer
The ID of the fleet provisioning template version.
Instance Attribute Details
#creation_date ⇒ Time
The date when the provisioning template version was created
13943 13944 13945 13946 13947 13948 13949 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13943 class ProvisioningTemplateVersionSummary < Struct.new( :version_id, :creation_date, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#is_default_version ⇒ Boolean
True if the provisioning template version is the default version, otherwise false.
13943 13944 13945 13946 13947 13948 13949 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13943 class ProvisioningTemplateVersionSummary < Struct.new( :version_id, :creation_date, :is_default_version) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
The ID of the fleet provisioning template version.
13943 13944 13945 13946 13947 13948 13949 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13943 class ProvisioningTemplateVersionSummary < Struct.new( :version_id, :creation_date, :is_default_version) SENSITIVE = [] include Aws::Structure end |