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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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.



6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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)


6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6005

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