Class: Aws::VPCLattice::Types::DomainVerificationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DomainVerificationSummary
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Summary information about a domain verification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain verification.
-
#created_at ⇒ Time
The date and time that the domain verification was created, in ISO-8601 format.
-
#domain_name ⇒ String
The domain name being verified.
-
#id ⇒ String
The ID of the domain verification.
-
#last_verified_time ⇒ Time
The date and time that the domain was last successfully verified, in ISO-8601 format.
-
#status ⇒ String
The current status of the domain verification process.
-
#tags ⇒ Hash<String,String>
The tags associated with the domain verification.
-
#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.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the domain verification was created, in ISO-8601 format.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name being verified.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the domain verification.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_verified_time ⇒ Time
The date and time that the domain was last successfully verified, in ISO-8601 format.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the domain verification process.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the domain verification.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#txt_method_config ⇒ Types::TxtMethodConfig
The TXT record configuration used for domain verification.
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1871 class DomainVerificationSummary < Struct.new( :id, :arn, :domain_name, :status, :txt_method_config, :created_at, :last_verified_time, :tags) SENSITIVE = [] include Aws::Structure end |