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.
1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1345 class DeleteDomainVerificationRequest < Struct.new( :domain_verification_identifier) SENSITIVE = [] include Aws::Structure end |