You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsEc2EipDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsEc2EipDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_id: "NonEmptyString",
  public_ip: "NonEmptyString",
  allocation_id: "NonEmptyString",
  association_id: "NonEmptyString",
  domain: "NonEmptyString",
  public_ipv_4_pool: "NonEmptyString",
  network_border_group: "NonEmptyString",
  network_interface_id: "NonEmptyString",
  network_interface_owner_id: "NonEmptyString",
  private_ip_address: "NonEmptyString",
}

Information about an Elastic IP address.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The identifier that AWS assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.

Returns:

  • (String)

    The identifier that AWS assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.

#association_idString

The identifier that represents the association of the Elastic IP address with an EC2 instance.

Returns:

  • (String)

    The identifier that represents the association of the Elastic IP address with an EC2 instance.

#domainString

The domain in which to allocate the address.

If the address is for use with EC2 instances in a VPC, then Domain is vpc. Otherwise, Domain is standard.

Returns:

  • (String)

    The domain in which to allocate the address.

#instance_idString

The identifier of the EC2 instance.

Returns:

  • (String)

    The identifier of the EC2 instance.

#network_border_groupString

The name of the location from which the Elastic IP address is advertised.

Returns:

  • (String)

    The name of the location from which the Elastic IP address is advertised.

#network_interface_idString

The identifier of the network interface.

Returns:

  • (String)

    The identifier of the network interface.

#network_interface_owner_idString

The AWS account ID of the owner of the network interface.

Returns:

  • (String)

    The AWS account ID of the owner of the network interface.

#private_ip_addressString

The private IP address that is associated with the Elastic IP address.

Returns:

  • (String)

    The private IP address that is associated with the Elastic IP address.

#public_ipString

A public IP address that is associated with the EC2 instance.

Returns:

  • (String)

    A public IP address that is associated with the EC2 instance.

#public_ipv_4_poolString

The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.

Returns:

  • (String)

    The identifier of an IP address pool.