Class: Aws::Types::SystemControl
- Inherits:
-
Object
- Object
- Aws::Types::SystemControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def namespace @namespace end |
#value ⇒ ::String
Returns the value of attribute value.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def value @value end |