Class: Aws::IoT::Types::DescribeProvisioningTemplateResponse

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 was created.

Returns:

  • (Time)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#default_version_idInteger

The default fleet template version ID.

Returns:

  • (Integer)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#descriptionString

The description of the provisioning template.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#enabledBoolean

True if the provisioning template is enabled, otherwise false.

Returns:

  • (Boolean)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#last_modified_dateTime

The date when the provisioning template was last modified.

Returns:

  • (Time)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#pre_provisioning_hookTypes::ProvisioningHook

Gets information about a pre-provisioned hook.



6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#provisioning_role_arnString

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#template_arnString

The ARN of the provisioning template.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#template_bodyString

The JSON formatted contents of the provisioning template.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

class DescribeProvisioningTemplateResponse < Struct.new(
  :template_arn,
  :template_name,
  :description,
  :creation_date,
  :last_modified_date,
  :default_version_id,
  :template_body,
  :enabled,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :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.

Returns:

  • (String)


6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6275

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