Class: Aws::Types::SecurityControlParameter
- Inherits:
-
Object
- Object
- Aws::Types::SecurityControlParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::Array[::String]
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def name @name end |
#value ⇒ ::Array[::String]
Returns the value of attribute value.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def value @value end |