Class: Aws::IoT::Types::ProvisioningTemplateSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

A summary of information about a provisioning template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date when the provisioning template summary was created.

Returns:

  • (Time)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the provisioning template.

Returns:

  • (String)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

True if the fleet provision template is enabled, otherwise false.

Returns:

  • (Boolean)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date when the provisioning template summary was last modified.

Returns:

  • (Time)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The ARN of the provisioning template.

Returns:

  • (String)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type you define in a provisioning template. You can create a template with only one type. You can’t change the template type after its creation. The default value is ‘FLEET_PROVISIONING`. For more information about provisioning template, see: [Provisioning template].

[1]: docs.aws.amazon.com/iot/latest/developerguide/provision-template.html

Returns:

  • (String)


12644
12645
12646
12647
12648
12649
12650
12651
12652
12653
12654
# File 'lib/aws-sdk-iot/types.rb', line 12644

class ProvisioningTemplateSummary < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :enabled,
  :type)
  SENSITIVE = []
  include Aws::Structure
end