Class: Aws::SecurityAgent::Types::VerificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VerificationDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4290 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |
#http_route ⇒ Types::HttpVerification
The HTTP route verification details.
4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4290 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |
#method ⇒ String
The verification method used for the target domain.
4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4290 class VerificationDetails < Struct.new( :method, :dns_txt, :http_route) SENSITIVE = [] include Aws::Structure end |