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
1786 |
# File 'sig/client.rbs', line 1786
def arn: () -> ::String
|
#created_time ⇒ ::Time
1788 |
# File 'sig/client.rbs', line 1788
def created_time: () -> ::Time
|
#error_info ⇒ Types::SnapshotJobErrorInfo
1791 |
# File 'sig/client.rbs', line 1791
def error_info: () -> Types::SnapshotJobErrorInfo
|
#job_status ⇒ "QUEUED", ...
1787 |
# File 'sig/client.rbs', line 1787
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1789 |
# File 'sig/client.rbs', line 1789
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1792 |
# File 'sig/client.rbs', line 1792
def request_id: () -> ::String
|
#result ⇒ Types::SnapshotJobResult
1790 |
# File 'sig/client.rbs', line 1790
def result: () -> Types::SnapshotJobResult
|
#status ⇒ ::Integer
1793 |
# File 'sig/client.rbs', line 1793
def status: () -> ::Integer
|