Class: Aws::Types::CreateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashboardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
-
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
-
#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
#name ⇒ ::String
Returns the value of attribute name.
138 139 140 |
# File 'sig/types.rbs', line 138 def name @name end |
#refresh_schedule ⇒ Types::RefreshSchedule
Returns the value of attribute refresh_schedule.
139 140 141 |
# File 'sig/types.rbs', line 139 def refresh_schedule @refresh_schedule end |
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
140 141 142 |
# File 'sig/types.rbs', line 140 def end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
141 142 143 |
# File 'sig/types.rbs', line 141 def termination_protection_enabled @termination_protection_enabled end |
#widgets ⇒ ::Array[Types::RequestWidget]
Returns the value of attribute widgets.
142 143 144 |
# File 'sig/types.rbs', line 142 def end |