Class: Aws::Types::PrivateIpAddressSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#primaryBoolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


15297
15298
15299
# File 'sig/types.rbs', line 15297

def primary
  @primary
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


15298
15299
15300
# File 'sig/types.rbs', line 15298

def private_ip_address
  @private_ip_address
end