Class: Aws::Types::ApplicationSettings
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
137 138 139 |
# File 'sig/types.rbs', line 137 def enabled @enabled end |
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
138 139 140 |
# File 'sig/types.rbs', line 138 def settings_group @settings_group end |