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)


15594
15595
15596
# File 'sig/types.rbs', line 15594

def primary
  @primary
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


15595
15596
15597
# File 'sig/types.rbs', line 15595

def private_ip_address
  @private_ip_address
end