Class: Aws::Types::ClusterSetting
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "containerInsights"
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "containerInsights"
Returns the value of attribute name.
201 202 203 |
# File 'sig/types.rbs', line 201 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
202 203 204 |
# File 'sig/types.rbs', line 202 def value @value end |