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
1909 |
# File 'sig/client.rbs', line 1909
def creation_date: () -> ::Time
|
#failure_count ⇒ ::Integer
1918 |
# File 'sig/client.rbs', line 1918
def failure_count: () -> ::Integer
|
#input_file_bucket ⇒ ::String
1912 |
# File 'sig/client.rbs', line 1912
def input_file_bucket: () -> ::String
|
#input_file_key ⇒ ::String
1913 |
# File 'sig/client.rbs', line 1913
def input_file_key: () -> ::String
|
#last_modified_date ⇒ ::Time
1910 |
# File 'sig/client.rbs', line 1910
def last_modified_date: () -> ::Time
|
#message ⇒ ::String
1916 |
# File 'sig/client.rbs', line 1916
def message: () -> ::String
|
#percentage_progress ⇒ ::Integer
1919 |
# File 'sig/client.rbs', line 1919
def percentage_progress: () -> ::Integer
|
#role_arn ⇒ ::String
1914 |
# File 'sig/client.rbs', line 1914
def role_arn: () -> ::String
|
#status ⇒ "InProgress", ...
1915 |
# File 'sig/client.rbs', line 1915
def status: () -> ("InProgress" | "Completed" | "Failed" | "Cancelled" | "Cancelling")
|
#success_count ⇒ ::Integer
1917 |
# File 'sig/client.rbs', line 1917
def success_count: () -> ::Integer
|
#task_id ⇒ ::String
1908 |
# File 'sig/client.rbs', line 1908
def task_id: () -> ::String
|
#template_body ⇒ ::String
1911 |
# File 'sig/client.rbs', line 1911
def template_body: () -> ::String
|