Class: Aws::Types::DescribeDashboardSnapshotJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardSnapshotJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#job_status ⇒ "QUEUED", ...
Returns the value of attribute job_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#snapshot_configuration ⇒ Types::SnapshotConfiguration
Returns the value of attribute snapshot_configuration.
-
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
Returns the value of attribute user_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4583 4584 4585 |
# File 'sig/types.rbs', line 4583 def arn @arn end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4578 4579 4580 |
# File 'sig/types.rbs', line 4578 def aws_account_id @aws_account_id end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4585 4586 4587 |
# File 'sig/types.rbs', line 4585 def created_time @created_time end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4579 4580 4581 |
# File 'sig/types.rbs', line 4579 def dashboard_id @dashboard_id end |
#job_status ⇒ "QUEUED", ...
Returns the value of attribute job_status.
4584 4585 4586 |
# File 'sig/types.rbs', line 4584 def job_status @job_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
4586 4587 4588 |
# File 'sig/types.rbs', line 4586 def last_updated_time @last_updated_time end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4587 4588 4589 |
# File 'sig/types.rbs', line 4587 def request_id @request_id end |
#snapshot_configuration ⇒ Types::SnapshotConfiguration
Returns the value of attribute snapshot_configuration.
4582 4583 4584 |
# File 'sig/types.rbs', line 4582 def snapshot_configuration @snapshot_configuration end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
4580 4581 4582 |
# File 'sig/types.rbs', line 4580 def snapshot_job_id @snapshot_job_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4588 4589 4590 |
# File 'sig/types.rbs', line 4588 def status @status end |
#user_configuration ⇒ Types::SnapshotUserConfigurationRedacted
Returns the value of attribute user_configuration.
4581 4582 4583 |
# File 'sig/types.rbs', line 4581 def user_configuration @user_configuration end |