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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#ipString

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

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#ip_idString

The ID of one IP address.

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6String

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

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#modification_timeString

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

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

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

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of one subnet.

Returns:

  • (String)


2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2472

class IpAddressResponse < Struct.new(
  :ip_id,
  :subnet_id,
  :ip,
  :ipv_6,
  :status,
  :status_message,
  :creation_time,
  :modification_time)
  SENSITIVE = []
  include Aws::Structure
end