Class: Aws::VPCLattice::Types::TxtMethodConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the TXT record that must be created for domain verification.

Returns:

  • (String)


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

#valueString

The value that must be added to the TXT record for domain verification.

Returns:

  • (String)


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