Class: Aws::Types::IPSetUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INSERT", "DELETE"

Returns the value of attribute action.

Returns:

  • ("INSERT", "DELETE")


620
621
622
# File 'sig/types.rbs', line 620

def action
  @action
end

#ip_set_descriptorTypes::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