Module: Aws::IoT::Client::_DescribeThingRegistrationTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThingRegistrationTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #failure_count ⇒ ::Integer
- #input_file_bucket ⇒ ::String
- #input_file_key ⇒ ::String
- #last_modified_date ⇒ ::Time
- #message ⇒ ::String
- #percentage_progress ⇒ ::Integer
- #role_arn ⇒ ::String
- #status ⇒ "InProgress", ...
- #success_count ⇒ ::Integer
- #task_id ⇒ ::String
- #template_body ⇒ ::String
Instance Method Details
#creation_date ⇒ ::Time
1902 |
# File 'sig/client.rbs', line 1902
def creation_date: () -> ::Time
|
#failure_count ⇒ ::Integer
1911 |
# File 'sig/client.rbs', line 1911
def failure_count: () -> ::Integer
|
#input_file_bucket ⇒ ::String
1905 |
# File 'sig/client.rbs', line 1905
def input_file_bucket: () -> ::String
|
#input_file_key ⇒ ::String
1906 |
# File 'sig/client.rbs', line 1906
def input_file_key: () -> ::String
|
#last_modified_date ⇒ ::Time
1903 |
# File 'sig/client.rbs', line 1903
def last_modified_date: () -> ::Time
|
#message ⇒ ::String
1909 |
# File 'sig/client.rbs', line 1909
def message: () -> ::String
|
#percentage_progress ⇒ ::Integer
1912 |
# File 'sig/client.rbs', line 1912
def percentage_progress: () -> ::Integer
|
#role_arn ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907
def role_arn: () -> ::String
|
#status ⇒ "InProgress", ...
1908 |
# File 'sig/client.rbs', line 1908
def status: () -> ("InProgress" | "Completed" | "Failed" | "Cancelled" | "Cancelling")
|
#success_count ⇒ ::Integer
1910 |
# File 'sig/client.rbs', line 1910
def success_count: () -> ::Integer
|
#task_id ⇒ ::String
1901 |
# File 'sig/client.rbs', line 1901
def task_id: () -> ::String
|
#template_body ⇒ ::String
1904 |
# File 'sig/client.rbs', line 1904
def template_body: () -> ::String
|