Class: Aws::IoT::Types::StartThingRegistrationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartThingRegistrationTaskRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_file_bucket ⇒ String
The S3 bucket that contains the input file.
-
#input_file_key ⇒ String
The name of input file within the S3 bucket.
-
#role_arn ⇒ String
The IAM role ARN that grants permission the input file.
-
#template_body ⇒ String
The provisioning template.
Instance Attribute Details
#input_file_bucket ⇒ String
The S3 bucket that contains the input file.
15460 15461 15462 15463 15464 15465 15466 15467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15460 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#input_file_key ⇒ String
The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
15460 15461 15462 15463 15464 15465 15466 15467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15460 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN that grants permission the input file.
15460 15461 15462 15463 15464 15465 15466 15467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15460 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The provisioning template.
15460 15461 15462 15463 15464 15465 15466 15467 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15460 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |