Module: Aws::QuickSight::Client::_DescribeAutomationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAutomationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #ended_at ⇒ ::Time
- #input_payload ⇒ ::String
- #job_status ⇒ "FAILED", ...
- #output_payload ⇒ ::String
- #request_id ⇒ ::String
- #started_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
1639 |
# File 'sig/client.rbs', line 1639
def arn: () -> ::String
|
#created_at ⇒ ::Time
1640 |
# File 'sig/client.rbs', line 1640
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
1642 |
# File 'sig/client.rbs', line 1642
def ended_at: () -> ::Time
|
#input_payload ⇒ ::String
1644 |
# File 'sig/client.rbs', line 1644
def input_payload: () -> ::String
|
#job_status ⇒ "FAILED", ...
1643 |
# File 'sig/client.rbs', line 1643
def job_status: () -> ("FAILED" | "RUNNING" | "SUCCEEDED" | "QUEUED" | "STOPPED")
|
#output_payload ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645
def output_payload: () -> ::String
|
#request_id ⇒ ::String
1646 |
# File 'sig/client.rbs', line 1646
def request_id: () -> ::String
|
#started_at ⇒ ::Time
1641 |
# File 'sig/client.rbs', line 1641
def started_at: () -> ::Time
|