Class: Aws::Types::IPAddressTypeStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#options"ipv4", "dualstack"

Returns the value of attribute options.

Returns:

  • ("ipv4", "dualstack")


1416
1417
1418
# File 'sig/types.rbs', line 1416

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



1417
1418
1419
# File 'sig/types.rbs', line 1417

def status
  @status
end