Class: Aws::VPCLattice::Types::TxtMethodConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::TxtMethodConfig
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Configuration for TXT record-based domain verification method.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the TXT record that must be created for domain verification.
-
#value ⇒ String
The value that must be added to the TXT record for domain verification.
Instance Attribute Details
#name ⇒ String
The name of the TXT record that must be created for domain verification.
5397 5398 5399 5400 5401 5402 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5397 class TxtMethodConfig < Struct.new( :value, :name) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that must be added to the TXT record for domain verification.
5397 5398 5399 5400 5401 5402 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5397 class TxtMethodConfig < Struct.new( :value, :name) SENSITIVE = [] include Aws::Structure end |