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
1869 |
# File 'sig/client.rbs', line 1869
def arn: () -> ::String
|
#created_time ⇒ ::Time
1871 |
# File 'sig/client.rbs', line 1871
def created_time: () -> ::Time
|
#error_info ⇒ Types::SnapshotJobErrorInfo
1874 |
# File 'sig/client.rbs', line 1874
def error_info: () -> Types::SnapshotJobErrorInfo
|
#job_status ⇒ "QUEUED", ...
1870 |
# File 'sig/client.rbs', line 1870
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1872 |
# File 'sig/client.rbs', line 1872
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1875 |
# File 'sig/client.rbs', line 1875
def request_id: () -> ::String
|
#result ⇒ Types::SnapshotJobResult
1873 |
# File 'sig/client.rbs', line 1873
def result: () -> Types::SnapshotJobResult
|
#status ⇒ ::Integer
1876 |
# File 'sig/client.rbs', line 1876
def status: () -> ::Integer
|