Module: Aws::QuickSight::Client::_DescribeDashboardSnapshotJobResultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDashboardSnapshotJobResultResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #error_info ⇒ Types::SnapshotJobErrorInfo
- #job_status ⇒ "QUEUED", ...
- #last_updated_time ⇒ ::Time
- #request_id ⇒ ::String
- #result ⇒ Types::SnapshotJobResult
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
1830 |
# File 'sig/client.rbs', line 1830
def arn: () -> ::String
|
#created_time ⇒ ::Time
1832 |
# File 'sig/client.rbs', line 1832
def created_time: () -> ::Time
|
#error_info ⇒ Types::SnapshotJobErrorInfo
1835 |
# File 'sig/client.rbs', line 1835
def error_info: () -> Types::SnapshotJobErrorInfo
|
#job_status ⇒ "QUEUED", ...
1831 |
# File 'sig/client.rbs', line 1831
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1833 |
# File 'sig/client.rbs', line 1833
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1836 |
# File 'sig/client.rbs', line 1836
def request_id: () -> ::String
|
#result ⇒ Types::SnapshotJobResult
1834 |
# File 'sig/client.rbs', line 1834
def result: () -> Types::SnapshotJobResult
|
#status ⇒ ::Integer
1837 |
# File 'sig/client.rbs', line 1837
def status: () -> ::Integer
|