Class: Aws::IoT::Types::RegistrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegistrationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass RegistrationConfig data as a hash:
{
template_body: "TemplateBody",
role_arn: "RoleArn",
}
The registration configuration.
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The ARN of the role.
-
#template_body ⇒ String
The template body.
Instance Attribute Details
#role_arn ⇒ String
The ARN of the role.
8473 8474 8475 8476 8477 |
# File 'lib/aws-sdk-iot/types.rb', line 8473 class RegistrationConfig < Struct.new( :template_body, :role_arn) include Aws::Structure end |
#template_body ⇒ String
The template body.
8473 8474 8475 8476 8477 |
# File 'lib/aws-sdk-iot/types.rb', line 8473 class RegistrationConfig < Struct.new( :template_body, :role_arn) include Aws::Structure end |