Class: Aws::Types::AllowListStatus
- Inherits:
-
Object
- Object
- Aws::Types::AllowListStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "OK", ...
Returns the value of attribute code.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#code ⇒ "OK", ...
Returns the value of attribute code.
56 57 58 |
# File 'sig/types.rbs', line 56 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
57 58 59 |
# File 'sig/types.rbs', line 57 def description @description end |