Class: Aws::Types::IPSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::IPSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#ip_set_descriptor ⇒ Types::IPSetDescriptor
Returns the value of attribute ip_set_descriptor.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
620 621 622 |
# File 'sig/types.rbs', line 620 def action @action end |
#ip_set_descriptor ⇒ Types::IPSetDescriptor
Returns the value of attribute ip_set_descriptor.
621 622 623 |
# File 'sig/types.rbs', line 621 def ip_set_descriptor @ip_set_descriptor end |