Class: Aws::IoT::Types::UpdateProvisioningTemplateRequest

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

#default_version_idInteger

The ID of the default provisioning template version.

Returns:

  • (Integer)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the provisioning template.

Returns:

  • (String)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

True to enable the provisioning template, otherwise false.

Returns:

  • (Boolean)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end

#pre_provisioning_hookTypes::ProvisioningHook

Updates the pre-provisioning hook template. Only supports template of type FLEET_PROVISIONING. For more information about provisioning template types, see type.



16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  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)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end

#remove_pre_provisioning_hookBoolean

Removes pre-provisioning hook template.

Returns:

  • (Boolean)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16462

class UpdateProvisioningTemplateRequest < Struct.new(
  :template_name,
  :description,
  :enabled,
  :default_version_id,
  :provisioning_role_arn,
  :pre_provisioning_hook,
  :remove_pre_provisioning_hook)
  SENSITIVE = []
  include Aws::Structure
end