Class: Aws::Types::RuleIsInAddressList
- Inherits:
-
Object
- Object
- Aws::Types::RuleIsInAddressList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_lists ⇒ ::Array[::String]
Returns the value of attribute address_lists.
-
#attribute ⇒ "RECIPIENT", ...
Returns the value of attribute attribute.
Instance Attribute Details
#address_lists ⇒ ::Array[::String]
Returns the value of attribute address_lists.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def address_lists @address_lists end |
#attribute ⇒ "RECIPIENT", ...
Returns the value of attribute attribute.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def attribute @attribute end |