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