Class: Aws::VPCLattice::Types::StartDomainVerificationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the domain verification.

Returns:

  • (String)


5118
5119
5120
5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-vpclattice/types.rb', line 5118

class StartDomainVerificationResponse < Struct.new(
  :id,
  :arn,
  :domain_name,
  :status,
  :txt_method_config)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name being verified.

Returns:

  • (String)


5118
5119
5120
5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-vpclattice/types.rb', line 5118

class StartDomainVerificationResponse < Struct.new(
  :id,
  :arn,
  :domain_name,
  :status,
  :txt_method_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the domain verification.

Returns:

  • (String)


5118
5119
5120
5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-vpclattice/types.rb', line 5118

class StartDomainVerificationResponse < Struct.new(
  :id,
  :arn,
  :domain_name,
  :status,
  :txt_method_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the domain verification process.

Returns:

  • (String)


5118
5119
5120
5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-vpclattice/types.rb', line 5118

class StartDomainVerificationResponse < Struct.new(
  :id,
  :arn,
  :domain_name,
  :status,
  :txt_method_config)
  SENSITIVE = []
  include Aws::Structure
end

#txt_method_configTypes::TxtMethodConfig

The TXT record configuration used for domain verification.



5118
5119
5120
5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-vpclattice/types.rb', line 5118

class StartDomainVerificationResponse < Struct.new(
  :id,
  :arn,
  :domain_name,
  :status,
  :txt_method_config)
  SENSITIVE = []
  include Aws::Structure
end