Class: Aws::Types::StartDashboardSnapshotJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDashboardSnapshotJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#snapshot_configuration ⇒ Types::SnapshotConfiguration
Returns the value of attribute snapshot_configuration.
-
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
-
#user_configuration ⇒ Types::SnapshotUserConfiguration
Returns the value of attribute user_configuration.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10558 10559 10560 |
# File 'sig/types.rbs', line 10558 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
10559 10560 10561 |
# File 'sig/types.rbs', line 10559 def dashboard_id @dashboard_id end |
#snapshot_configuration ⇒ Types::SnapshotConfiguration
Returns the value of attribute snapshot_configuration.
10562 10563 10564 |
# File 'sig/types.rbs', line 10562 def snapshot_configuration @snapshot_configuration end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
10560 10561 10562 |
# File 'sig/types.rbs', line 10560 def snapshot_job_id @snapshot_job_id end |
#user_configuration ⇒ Types::SnapshotUserConfiguration
Returns the value of attribute user_configuration.
10561 10562 10563 |
# File 'sig/types.rbs', line 10561 def user_configuration @user_configuration end |