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

Class: Aws::Route53Resolver::Types::IpAddressResponse

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

Overview

In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeString

The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (String)

    The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

#ipString

One IP address that the Resolver endpoint uses for DNS queries.

Returns:

  • (String)

    One IP address that the Resolver endpoint uses for DNS queries.

#ip_idString

The ID of one IP address.

Returns:

  • (String)

    The ID of one IP address.

#modification_timeString

The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (String)

    The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

#statusString

A status code that gives the current status of the request.

Possible values:

  • CREATING
  • FAILED_CREATION
  • ATTACHING
  • ATTACHED
  • REMAP_DETACHING
  • REMAP_ATTACHING
  • DETACHING
  • FAILED_RESOURCE_GONE
  • DELETING
  • DELETE_FAILED_FAS_EXPIRED

Returns:

  • (String)

    A status code that gives the current status of the request.

#status_messageString

A message that provides additional information about the status of the request.

Returns:

  • (String)

    A message that provides additional information about the status of the request.

#subnet_idString

The ID of one subnet.

Returns:

  • (String)

    The ID of one subnet.