Class: Aws::Types::DnsVerification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_name::String

Returns the value of attribute dns_record_name.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def dns_record_name
  @dns_record_name
end

#dns_record_type"TXT"

Returns the value of attribute dns_record_type.

Returns:

  • ("TXT")


983
984
985
# File 'sig/types.rbs', line 983

def dns_record_type
  @dns_record_type
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def token
  @token
end