Class: Aws::IoT::Types::DescribeProvisioningTemplateVersionResponse

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

#creation_dateTime

The date when the provisioning template version was created.

Returns:

  • (Time)


6052
6053
6054
6055
6056
6057
6058
6059
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6052

class DescribeProvisioningTemplateVersionResponse < Struct.new(
  :version_id,
  :creation_date,
  :template_body,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#is_default_versionBoolean

True if the provisioning template version is the default version.

Returns:

  • (Boolean)


6052
6053
6054
6055
6056
6057
6058
6059
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6052

class DescribeProvisioningTemplateVersionResponse < Struct.new(
  :version_id,
  :creation_date,
  :template_body,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The JSON formatted contents of the provisioning template version.

Returns:

  • (String)


6052
6053
6054
6055
6056
6057
6058
6059
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6052

class DescribeProvisioningTemplateVersionResponse < Struct.new(
  :version_id,
  :creation_date,
  :template_body,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#version_idInteger

The provisioning template version ID.

Returns:

  • (Integer)


6052
6053
6054
6055
6056
6057
6058
6059
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6052

class DescribeProvisioningTemplateVersionResponse < Struct.new(
  :version_id,
  :creation_date,
  :template_body,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end