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
1680 |
# File 'sig/client.rbs', line 1680
def arn: () -> ::String
|
#created_at ⇒ ::Time
1681 |
# File 'sig/client.rbs', line 1681
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
1683 |
# File 'sig/client.rbs', line 1683
def ended_at: () -> ::Time
|
#input_payload ⇒ ::String
1685 |
# File 'sig/client.rbs', line 1685
def input_payload: () -> ::String
|
#job_status ⇒ "FAILED", ...
1684 |
# File 'sig/client.rbs', line 1684
def job_status: () -> ("FAILED" | "RUNNING" | "SUCCEEDED" | "QUEUED" | "STOPPED")
|
#output_payload ⇒ ::String
1686 |
# File 'sig/client.rbs', line 1686
def output_payload: () -> ::String
|
#request_id ⇒ ::String
1687 |
# File 'sig/client.rbs', line 1687
def request_id: () -> ::String
|
#started_at ⇒ ::Time
1682 |
# File 'sig/client.rbs', line 1682
def started_at: () -> ::Time
|