Module: Aws::QuickSight::Client::_DescribeDashboardSnapshotJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDashboardSnapshotJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #aws_account_id ⇒ ::String
- #created_time ⇒ ::Time
- #dashboard_id ⇒ ::String
- #job_status ⇒ "QUEUED", ...
- #last_updated_time ⇒ ::Time
- #request_id ⇒ ::String
- #snapshot_configuration ⇒ Types::SnapshotConfiguration
- #snapshot_job_id ⇒ ::String
- #status ⇒ ::Integer
- #user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
Instance Method Details
#arn ⇒ ::String
1810 |
# File 'sig/client.rbs', line 1810
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1805 |
# File 'sig/client.rbs', line 1805
def aws_account_id: () -> ::String
|
#created_time ⇒ ::Time
1812 |
# File 'sig/client.rbs', line 1812
def created_time: () -> ::Time
|
#dashboard_id ⇒ ::String
1806 |
# File 'sig/client.rbs', line 1806
def dashboard_id: () -> ::String
|
#job_status ⇒ "QUEUED", ...
1811 |
# File 'sig/client.rbs', line 1811
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1813 |
# File 'sig/client.rbs', line 1813
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1814 |
# File 'sig/client.rbs', line 1814
def request_id: () -> ::String
|
#snapshot_configuration ⇒ Types::SnapshotConfiguration
1809 |
# File 'sig/client.rbs', line 1809
def snapshot_configuration: () -> Types::SnapshotConfiguration
|
#snapshot_job_id ⇒ ::String
1807 |
# File 'sig/client.rbs', line 1807
def snapshot_job_id: () -> ::String
|
#status ⇒ ::Integer
1815 |
# File 'sig/client.rbs', line 1815
def status: () -> ::Integer
|
#user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
1808 |
# File 'sig/client.rbs', line 1808
def user_configuration: () -> Types::SnapshotUserConfigurationRedacted
|