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
1827 |
# File 'sig/client.rbs', line 1827
def arn: () -> ::String
|
#created_time ⇒ ::Time
1829 |
# File 'sig/client.rbs', line 1829
def created_time: () -> ::Time
|
#error_info ⇒ Types::SnapshotJobErrorInfo
1832 |
# File 'sig/client.rbs', line 1832
def error_info: () -> Types::SnapshotJobErrorInfo
|
#job_status ⇒ "QUEUED", ...
1828 |
# File 'sig/client.rbs', line 1828
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1830 |
# File 'sig/client.rbs', line 1830
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1833 |
# File 'sig/client.rbs', line 1833
def request_id: () -> ::String
|
#result ⇒ Types::SnapshotJobResult
1831 |
# File 'sig/client.rbs', line 1831
def result: () -> Types::SnapshotJobResult
|
#status ⇒ ::Integer
1834 |
# File 'sig/client.rbs', line 1834
def status: () -> ::Integer
|