Class: Aws::IoT::Types::DescribeThingRegistrationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingRegistrationTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The task creation date.
-
#failure_count ⇒ Integer
The number of things that failed to be provisioned.
-
#input_file_bucket ⇒ String
The S3 bucket that contains the input file.
-
#input_file_key ⇒ String
The input file key.
-
#last_modified_date ⇒ Time
The date when the task was last modified.
-
#message ⇒ String
The message.
-
#percentage_progress ⇒ Integer
The progress of the bulk provisioning task expressed as a percentage.
-
#role_arn ⇒ String
The role ARN that grants access to the input file bucket.
-
#status ⇒ String
The status of the bulk thing provisioning task.
-
#success_count ⇒ Integer
The number of things successfully provisioned.
-
#task_id ⇒ String
The task ID.
-
#template_body ⇒ String
The task’s template.
Instance Attribute Details
#creation_date ⇒ Time
The task creation date.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#failure_count ⇒ Integer
The number of things that failed to be provisioned.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#input_file_bucket ⇒ String
The S3 bucket that contains the input file.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#input_file_key ⇒ String
The input file key.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date when the task was last modified.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#percentage_progress ⇒ Integer
The progress of the bulk provisioning task expressed as a percentage.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The role ARN that grants access to the input file bucket.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the bulk thing provisioning task.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#success_count ⇒ Integer
The number of things successfully provisioned.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The task ID.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |
#template_body ⇒ String
The task’s template.
6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 |
# File 'lib/aws-sdk-iot/types.rb', line 6632 class DescribeThingRegistrationTaskResponse < Struct.new( :task_id, :creation_date, :last_modified_date, :template_body, :input_file_bucket, :input_file_key, :role_arn, :status, :message, :success_count, :failure_count, :percentage_progress) SENSITIVE = [] include Aws::Structure end |