Class: Aws::SecurityAgent::Types::VerificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VerificationDetails
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Contains the verification details for a target domain, including the verification method and provider-specific details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_txt ⇒ Types::DnsVerification
The DNS TXT verification details.
-
#http_route ⇒ Types::HttpVerification
The HTTP route verification details.
-
#method ⇒ String
The verification method used for the target domain.
Instance Attribute Details
#dns_txt ⇒ Types::DnsVerification
The DNS TXT verification details.
5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5350 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |
#http_route ⇒ Types::HttpVerification
The HTTP route verification details.
5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5350 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |
#method ⇒ String
The verification method used for the target domain.
5350 5351 5352 5353 5354 5355 5356 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5350 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |