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.
10948 10949 10950 |
# File 'sig/types.rbs', line 10948 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
10949 10950 10951 |
# File 'sig/types.rbs', line 10949 def dashboard_id @dashboard_id end |
#snapshot_configuration ⇒ Types::SnapshotConfiguration
Returns the value of attribute snapshot_configuration.
10952 10953 10954 |
# File 'sig/types.rbs', line 10952 def snapshot_configuration @snapshot_configuration end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
10950 10951 10952 |
# File 'sig/types.rbs', line 10950 def snapshot_job_id @snapshot_job_id end |
#user_configuration ⇒ Types::SnapshotUserConfiguration
Returns the value of attribute user_configuration.
10951 10952 10953 |
# File 'sig/types.rbs', line 10951 def user_configuration @user_configuration end |