Class: Aws::CustomerProfiles::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1722 1723 1724 1725 1726 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1722 class DeleteDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |