Class: Aws::SecurityAgent::Types::DnsVerification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DnsVerification
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Represents dns txt verification details
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_record_name ⇒ String
Record name to be added in DNS for target domain.
-
#dns_record_type ⇒ String
Type of record to be added in DNS for target domain.
-
#token ⇒ String
Token used to verify domain ownership.
Instance Attribute Details
#dns_record_name ⇒ String
Record name to be added in DNS for target domain
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1424 class DnsVerification < Struct.new( :token, :dns_record_name, :dns_record_type) SENSITIVE = [] include Aws::Structure end |
#dns_record_type ⇒ String
Type of record to be added in DNS for target domain
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1424 class DnsVerification < Struct.new( :token, :dns_record_name, :dns_record_type) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
Token used to verify domain ownership
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1424 class DnsVerification < Struct.new( :token, :dns_record_name, :dns_record_type) SENSITIVE = [] include Aws::Structure end |