Class: Aws::CustomerProfiles::Types::DeleteProfileObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteProfileObjectTypeRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass DeleteProfileObjectTypeRequest data as a hash:
{
domain_name: "name", # required
object_type_name: "typeName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#object_type_name ⇒ String
The name of the profile object type.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1254 class DeleteProfileObjectTypeRequest < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The name of the profile object type.
1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1254 class DeleteProfileObjectTypeRequest < Struct.new( :domain_name, :object_type_name) SENSITIVE = [] include Aws::Structure end |