Class: Aws::Types::UpdateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
-
#widgets ⇒ ::Array[Types::RequestWidget]
Returns the value of attribute widgets.
Instance Attribute Details
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def dashboard_id @dashboard_id end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def refresh_schedule @refresh_schedule end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def termination_protection_enabled @termination_protection_enabled end |
#widgets ⇒ ::Array[Types::RequestWidget]
Returns the value of attribute widgets.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def end |