Class: Aws::IoT::Types::StartThingRegistrationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::StartThingRegistrationTaskRequest
- Includes:
- Structure
- Defined in:
- 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.
14758 14759 14760 14761 14762 14763 14764 14765 |
# File 'lib/aws-sdk-iot/types.rb', line 14758 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).
14758 14759 14760 14761 14762 14763 14764 14765 |
# File 'lib/aws-sdk-iot/types.rb', line 14758 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.
14758 14759 14760 14761 14762 14763 14764 14765 |
# File 'lib/aws-sdk-iot/types.rb', line 14758 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.
14758 14759 14760 14761 14762 14763 14764 14765 |
# File 'lib/aws-sdk-iot/types.rb', line 14758 class StartThingRegistrationTaskRequest < Struct.new( :template_body, :input_file_bucket, :input_file_key, :role_arn) SENSITIVE = [] include Aws::Structure end |