class Aws::ElasticLoadBalancingV2::Types::SubnetMapping

Information about a subnet mapping.

@note When making an API call, you may pass SubnetMapping

data as a hash:

    {
      subnet_id: "SubnetId",
      allocation_id: "AllocationId",
      private_i_pv_4_address: "PrivateIPv4Address",
      i_pv_6_address: "IPv6Address",
    }

@!attribute [rw] subnet_id

The ID of the subnet.
@return [String]

@!attribute [rw] allocation_id

\[Network Load Balancers\] The allocation ID of the Elastic IP
address for an internet-facing load balancer.
@return [String]

@!attribute [rw] private_i_pv_4_address

\[Network Load Balancers\] The private IPv4 address for an internal
load balancer.
@return [String]

@!attribute [rw] i_pv_6_address

\[Network Load Balancers\] The IPv6 address.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SubnetMapping AWS API Documentation

Constants

SENSITIVE