Class: Aws::Types::IngressIsInAddressList
- Inherits:
-
Object
- Object
- Aws::Types::IngressIsInAddressList
- 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.
712 713 714 |
# File 'sig/types.rbs', line 712 def address_lists @address_lists end |
#attribute ⇒ "RECIPIENT"
Returns the value of attribute attribute.
711 712 713 |
# File 'sig/types.rbs', line 711 def attribute @attribute end |