Class: Aws::CustomerProfiles::Types::DeleteDomainObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteDomainObjectTypeRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#object_type_name ⇒ String
The unique name of the domain object type.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2231 2232 2233 2234 2235 2236 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2231 class DeleteDomainObjectTypeRequest < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The unique name of the domain object type.
2231 2232 2233 2234 2235 2236 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2231 class DeleteDomainObjectTypeRequest < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |