Class: Aws::Types::StartDashboardSnapshotJobScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDashboardSnapshotJobScheduleRequest
- 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.
-
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10575 10576 10577 |
# File 'sig/types.rbs', line 10575 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
10576 10577 10578 |
# File 'sig/types.rbs', line 10576 def dashboard_id @dashboard_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
10577 10578 10579 |
# File 'sig/types.rbs', line 10577 def schedule_id @schedule_id end |