Class: Aws::Types::TestDNSAnswerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edns0_client_subnet_ip::String

Returns the value of attribute edns0_client_subnet_ip.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def edns0_client_subnet_ip
  @edns0_client_subnet_ip
end

#edns0_client_subnet_mask::String

Returns the value of attribute edns0_client_subnet_mask.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def edns0_client_subnet_mask
  @edns0_client_subnet_mask
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def hosted_zone_id
  @hosted_zone_id
end

#record_name::String

Returns the value of attribute record_name.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def record_name
  @record_name
end

#record_type"SOA", ...

Returns the value of attribute record_type.

Returns:

  • ("SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA", "DS", "TLSA", "SSHFP", "SVCB", "HTTPS")


1390
1391
1392
# File 'sig/types.rbs', line 1390

def record_type
  @record_type
end

#resolver_ip::String

Returns the value of attribute resolver_ip.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def resolver_ip
  @resolver_ip
end