Class: Aws::VPCLattice::Types::DeleteDomainVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteDomainVerificationRequest
- 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 of the domain verification to delete.
Instance Attribute Details
#domain_verification_identifier ⇒ String
The ID of the domain verification to delete.
1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1386 class DeleteDomainVerificationRequest < Struct.new( :domain_verification_identifier) SENSITIVE = [] include Aws::Structure end |