Class: Aws::VPCLattice::Types::StartDomainVerificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::StartDomainVerificationResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain verification.
-
#domain_name ⇒ String
The domain name being verified.
-
#id ⇒ String
The ID of the domain verification.
-
#status ⇒ String
The current status of the domain verification process.
-
#txt_method_config ⇒ Types::TxtMethodConfig
The TXT record configuration used for domain verification.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain verification.
5071 5072 5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5071 class StartDomainVerificationResponse < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name being verified.
5071 5072 5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5071 class StartDomainVerificationResponse < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the domain verification.
5071 5072 5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5071 class StartDomainVerificationResponse < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the domain verification process.
5071 5072 5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5071 class StartDomainVerificationResponse < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config) SENSITIVE = [] include Aws::Structure end |
#txt_method_config ⇒ Types::TxtMethodConfig
The TXT record configuration used for domain verification.
5071 5072 5073 5074 5075 5076 5077 5078 5079 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5071 class StartDomainVerificationResponse < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config) SENSITIVE = [] include Aws::Structure end |