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
1722 |
# File 'sig/client.rbs', line 1722
def arn: () -> ::String
|
#created_at ⇒ ::Time
1723 |
# File 'sig/client.rbs', line 1723
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
1725 |
# File 'sig/client.rbs', line 1725
def ended_at: () -> ::Time
|
#input_payload ⇒ ::String
1727 |
# File 'sig/client.rbs', line 1727
def input_payload: () -> ::String
|
#job_status ⇒ "FAILED", ...
1726 |
# File 'sig/client.rbs', line 1726
def job_status: () -> ("FAILED" | "RUNNING" | "SUCCEEDED" | "QUEUED" | "STOPPED")
|
#output_payload ⇒ ::String
1728 |
# File 'sig/client.rbs', line 1728
def output_payload: () -> ::String
|
#request_id ⇒ ::String
1729 |
# File 'sig/client.rbs', line 1729
def request_id: () -> ::String
|
#started_at ⇒ ::Time
1724 |
# File 'sig/client.rbs', line 1724
def started_at: () -> ::Time
|