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)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def dns_record_name
  @dns_record_name
end

#dns_record_type"TXT"

Returns the value of attribute dns_record_type.

Returns:

  • ("TXT")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def dns_record_type
  @dns_record_type
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def token
  @token
end