Class: Aws::IoT::Types::RegistrationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The registration configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of the role.

Returns:

  • (String)


13024
13025
13026
13027
13028
13029
13030
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13024

class RegistrationConfig < Struct.new(
  :template_body,
  :role_arn,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The template body.

Returns:

  • (String)


13024
13025
13026
13027
13028
13029
13030
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13024

class RegistrationConfig < Struct.new(
  :template_body,
  :role_arn,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the provisioning template.

Returns:

  • (String)


13024
13025
13026
13027
13028
13029
13030
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13024

class RegistrationConfig < Struct.new(
  :template_body,
  :role_arn,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end