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
1852 |
# File 'sig/client.rbs', line 1852
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1847 |
# File 'sig/client.rbs', line 1847
def aws_account_id: () -> ::String
|
#created_time ⇒ ::Time
1854 |
# File 'sig/client.rbs', line 1854
def created_time: () -> ::Time
|
#dashboard_id ⇒ ::String
1848 |
# File 'sig/client.rbs', line 1848
def dashboard_id: () -> ::String
|
#job_status ⇒ "QUEUED", ...
1853 |
# File 'sig/client.rbs', line 1853
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1855 |
# File 'sig/client.rbs', line 1855
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1856 |
# File 'sig/client.rbs', line 1856
def request_id: () -> ::String
|
#snapshot_configuration ⇒ Types::SnapshotConfiguration
1851 |
# File 'sig/client.rbs', line 1851
def snapshot_configuration: () -> Types::SnapshotConfiguration
|
#snapshot_job_id ⇒ ::String
1849 |
# File 'sig/client.rbs', line 1849
def snapshot_job_id: () -> ::String
|
#status ⇒ ::Integer
1857 |
# File 'sig/client.rbs', line 1857
def status: () -> ::Integer
|
#user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
1850 |
# File 'sig/client.rbs', line 1850
def user_configuration: () -> Types::SnapshotUserConfigurationRedacted
|