Class: Aws::VPCLattice::Types::GetDomainVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetDomainVerificationRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_verification_identifier ⇒ String
The ID or ARN of the domain verification to retrieve.
Instance Attribute Details
#domain_verification_identifier ⇒ String
The ID or ARN of the domain verification to retrieve.
2042 2043 2044 2045 2046 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2042 class GetDomainVerificationRequest < Struct.new( :domain_verification_identifier) SENSITIVE = [] include Aws::Structure end |