Class: Aws::Types::TestDNSAnswerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#nameserver::String

Returns the value of attribute nameserver.

Returns:



1398
1399
1400
# File 'sig/types.rbs', line 1398

def nameserver
  @nameserver
end

#protocol::String

Returns the value of attribute protocol.

Returns:



1403
1404
1405
# File 'sig/types.rbs', line 1403

def protocol
  @protocol
end

#record_data::Array[::String]

Returns the value of attribute record_data.

Returns:



1401
1402
1403
# File 'sig/types.rbs', line 1401

def record_data
  @record_data
end

#record_name::String

Returns the value of attribute record_name.

Returns:



1399
1400
1401
# File 'sig/types.rbs', line 1399

def record_name
  @record_name
end

#record_type"SOA", ...

Returns the value of attribute record_type.

Returns:



1400
1401
1402
# File 'sig/types.rbs', line 1400

def record_type
  @record_type
end

#response_code::String

Returns the value of attribute response_code.

Returns:



1402
1403
1404
# File 'sig/types.rbs', line 1402

def response_code
  @response_code
end