Module: Aws::SnowDeviceManagement::Client::_DescribeTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #state ⇒ "IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
- #targets ⇒ ::Array[::String]
- #task_arn ⇒ ::String
- #task_id ⇒ ::String
Instance Method Details
#completed_at ⇒ ::Time
160 |
# File 'sig/client.rbs', line 160
def completed_at: () -> ::Time
|
#created_at ⇒ ::Time
161 |
# File 'sig/client.rbs', line 161
def created_at: () -> ::Time
|
#description ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
163 |
# File 'sig/client.rbs', line 163
def last_updated_at: () -> ::Time
|
#state ⇒ "IN_PROGRESS", ...
164 |
# File 'sig/client.rbs', line 164
def state: () -> ("IN_PROGRESS" | "CANCELED" | "COMPLETED")
|
#tags ⇒ ::Hash[::String, ::String]
165 |
# File 'sig/client.rbs', line 165
def tags: () -> ::Hash[::String, ::String]
|
#targets ⇒ ::Array[::String]
166 |
# File 'sig/client.rbs', line 166
def targets: () -> ::Array[::String]
|
#task_arn ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def task_arn: () -> ::String
|
#task_id ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def task_id: () -> ::String
|