Class: Aws::Types::VerificationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_txtTypes::DnsVerification

Returns the value of attribute dns_txt.



2504
2505
2506
# File 'sig/types.rbs', line 2504

def dns_txt
  @dns_txt
end

#http_routeTypes::HttpVerification

Returns the value of attribute http_route.



2505
2506
2507
# File 'sig/types.rbs', line 2505

def http_route
  @http_route
end

#method"DNS_TXT", ...

Returns the value of attribute method.

Returns:

  • ("DNS_TXT", "HTTP_ROUTE", "PRIVATE_VPC")


2503
2504
2505
# File 'sig/types.rbs', line 2503

def method
  @method
end