You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DescribeThingRegistrationTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The task creation date.

Returns:

  • (Time)

    The task creation date.

#failure_countInteger

The number of things that failed to be provisioned.

Returns:

  • (Integer)

    The number of things that failed to be provisioned.

#input_file_bucketString

The S3 bucket that contains the input file.

Returns:

  • (String)

    The S3 bucket that contains the input file.

#input_file_keyString

The input file key.

Returns:

  • (String)

    The input file key.

#last_modified_dateTime

The date when the task was last modified.

Returns:

  • (Time)

    The date when the task was last modified.

#messageString

The message.

Returns:

  • (String)

    The message.

#percentage_progressInteger

The progress of the bulk provisioning task expressed as a percentage.

Returns:

  • (Integer)

    The progress of the bulk provisioning task expressed as a percentage.

#role_arnString

The role ARN that grants access to the input file bucket.

Returns:

  • (String)

    The role ARN that grants access to the input file bucket.

#statusString

The status of the bulk thing provisioning task.

Possible values:

  • InProgress
  • Completed
  • Failed
  • Cancelled
  • Cancelling

Returns:

  • (String)

    The status of the bulk thing provisioning task.

#success_countInteger

The number of things successfully provisioned.

Returns:

  • (Integer)

    The number of things successfully provisioned.

#task_idString

The task ID.

Returns:

  • (String)

    The task ID.

#template_bodyString

The task\'s template.

Returns:

  • (String)

    The task\'s template.