Class: Aws::Types::IpAddressMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_type"VPC_SUBNET", ...

Returns the value of attribute allocation_type.

Returns:

  • ("VPC_SUBNET", "ELASTIC_IP", "OVERLAY", "UNKNOWN")


270
271
272
# File 'sig/types.rbs', line 270

def allocation_type
  @allocation_type
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def ip_address
  @ip_address
end

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


269
270
271
# File 'sig/types.rbs', line 269

def primary
  @primary
end