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
1881 |
# File 'sig/client.rbs', line 1881
def arn: () -> ::String
|
#created_at ⇒ ::Time
1882 |
# File 'sig/client.rbs', line 1882
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
1884 |
# File 'sig/client.rbs', line 1884
def ended_at: () -> ::Time
|
#input_payload ⇒ ::String
1886 |
# File 'sig/client.rbs', line 1886
def input_payload: () -> ::String
|
#job_status ⇒ "FAILED", ...
1885 |
# File 'sig/client.rbs', line 1885
def job_status: () -> ("FAILED" | "RUNNING" | "SUCCEEDED" | "QUEUED" | "STOPPED")
|
#output_payload ⇒ ::String
1887 |
# File 'sig/client.rbs', line 1887
def output_payload: () -> ::String
|
#request_id ⇒ ::String
1888 |
# File 'sig/client.rbs', line 1888
def request_id: () -> ::String
|
#started_at ⇒ ::Time
1883 |
# File 'sig/client.rbs', line 1883
def started_at: () -> ::Time
|