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.
10965 10966 10967 |
# File 'sig/types.rbs', line 10965 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
10966 10967 10968 |
# File 'sig/types.rbs', line 10966 def dashboard_id @dashboard_id end |
#schedule_id ⇒ ::String
Returns the value of attribute schedule_id.
10967 10968 10969 |
# File 'sig/types.rbs', line 10967 def schedule_id @schedule_id end |