Module: Aws::IoTSiteWise::Client::_DescribeTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #status ⇒ Types::ResourceStatus
- #task_arn ⇒ ::String
- #task_configuration ⇒ Types::TaskConfiguration
- #task_name ⇒ ::String
- #updated_at ⇒ ::Time
- #version ⇒ ::String
- #workspace_name ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1485 |
# File 'sig/client.rbs', line 1485
def created_at: () -> ::Time
|
#description ⇒ ::String
1480 |
# File 'sig/client.rbs', line 1480
def description: () -> ::String
|
#status ⇒ Types::ResourceStatus
1484 |
# File 'sig/client.rbs', line 1484
def status: () -> Types::ResourceStatus
|
#task_arn ⇒ ::String
1481 |
# File 'sig/client.rbs', line 1481
def task_arn: () -> ::String
|
#task_configuration ⇒ Types::TaskConfiguration
1483 |
# File 'sig/client.rbs', line 1483
def task_configuration: () -> Types::TaskConfiguration
|
#task_name ⇒ ::String
1479 |
# File 'sig/client.rbs', line 1479
def task_name: () -> ::String
|
#updated_at ⇒ ::Time
1486 |
# File 'sig/client.rbs', line 1486
def updated_at: () -> ::Time
|
#version ⇒ ::String
1482 |
# File 'sig/client.rbs', line 1482
def version: () -> ::String
|
#workspace_name ⇒ ::String
1478 |
# File 'sig/client.rbs', line 1478
def workspace_name: () -> ::String
|