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
1769 |
# File 'sig/client.rbs', line 1769
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1764 |
# File 'sig/client.rbs', line 1764
def aws_account_id: () -> ::String
|
#created_time ⇒ ::Time
1771 |
# File 'sig/client.rbs', line 1771
def created_time: () -> ::Time
|
#dashboard_id ⇒ ::String
1765 |
# File 'sig/client.rbs', line 1765
def dashboard_id: () -> ::String
|
#job_status ⇒ "QUEUED", ...
1770 |
# File 'sig/client.rbs', line 1770
def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")
|
#last_updated_time ⇒ ::Time
1772 |
# File 'sig/client.rbs', line 1772
def last_updated_time: () -> ::Time
|
#request_id ⇒ ::String
1773 |
# File 'sig/client.rbs', line 1773
def request_id: () -> ::String
|
#snapshot_configuration ⇒ Types::SnapshotConfiguration
1768 |
# File 'sig/client.rbs', line 1768
def snapshot_configuration: () -> Types::SnapshotConfiguration
|
#snapshot_job_id ⇒ ::String
1766 |
# File 'sig/client.rbs', line 1766
def snapshot_job_id: () -> ::String
|
#status ⇒ ::Integer
1774 |
# File 'sig/client.rbs', line 1774
def status: () -> ::Integer
|
#user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
1767 |
# File 'sig/client.rbs', line 1767
def user_configuration: () -> Types::SnapshotUserConfigurationRedacted
|