Class: Aws::Types::DescribeThingRegistrationTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThingRegistrationTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#failure_count ⇒ ::Integer
Returns the value of attribute failure_count.
-
#input_file_bucket ⇒ ::String
Returns the value of attribute input_file_bucket.
-
#input_file_key ⇒ ::String
Returns the value of attribute input_file_key.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#percentage_progress ⇒ ::Integer
Returns the value of attribute percentage_progress.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#success_count ⇒ ::Integer
Returns the value of attribute success_count.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def creation_date @creation_date end |
#failure_count ⇒ ::Integer
Returns the value of attribute failure_count.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def failure_count @failure_count end |
#input_file_bucket ⇒ ::String
Returns the value of attribute input_file_bucket.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def input_file_bucket @input_file_bucket end |
#input_file_key ⇒ ::String
Returns the value of attribute input_file_key.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def input_file_key @input_file_key end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def last_modified_date @last_modified_date end |
#message ⇒ ::String
Returns the value of attribute message.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def @message end |
#percentage_progress ⇒ ::Integer
Returns the value of attribute percentage_progress.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def percentage_progress @percentage_progress end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def role_arn @role_arn end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def status @status end |
#success_count ⇒ ::Integer
Returns the value of attribute success_count.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def success_count @success_count end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def task_id @task_id end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def template_body @template_body end |