Class: Aws::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails

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)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def primary
  @primary
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def private_ip_address
  @private_ip_address
end