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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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)


12838
12839
12840
12841
12842
12843
12844
12845
12846
12847
12848
# File 'lib/aws-sdk-iot/types.rb', line 12838

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