Class: Aws::IoT::Types::CreateProvisioningTemplateVersionResponse

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

#is_default_versionBoolean

True if the provisioning template version is the default version, otherwise false.

Returns:

  • (Boolean)


3441
3442
3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3441

class CreateProvisioningTemplateVersionResponse < Struct.new(
  :template_arn,
  :template_name,
  :version_id,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The ARN that identifies the provisioning template.

Returns:

  • (String)


3441
3442
3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3441

class CreateProvisioningTemplateVersionResponse < Struct.new(
  :template_arn,
  :template_name,
  :version_id,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


3441
3442
3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3441

class CreateProvisioningTemplateVersionResponse < Struct.new(
  :template_arn,
  :template_name,
  :version_id,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end

#version_idInteger

The version of the provisioning template.

Returns:

  • (Integer)


3441
3442
3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3441

class CreateProvisioningTemplateVersionResponse < Struct.new(
  :template_arn,
  :template_name,
  :version_id,
  :is_default_version)
  SENSITIVE = []
  include Aws::Structure
end