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)


989
990
991
# File 'sig/types.rbs', line 989

def dns_record_name
  @dns_record_name
end

#dns_record_type"TXT"

Returns the value of attribute dns_record_type.

Returns:

  • ("TXT")


990
991
992
# File 'sig/types.rbs', line 990

def dns_record_type
  @dns_record_type
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def token
  @token
end