Class: Aws::CustomerProfiles::Types::DeleteProfileObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteProfileObjectRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass DeleteProfileObjectRequest data as a hash:
{
profile_id: "uuid", # required
profile_object_unique_key: "string1To255", # required
object_type_name: "typeName", # required
domain_name: "name", # 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.
-
#profile_id ⇒ String
The unique identifier of a customer profile.
-
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1215 class DeleteProfileObjectRequest < Struct.new( :profile_id, :profile_object_unique_key, :object_type_name, :domain_name) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The name of the profile object type.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1215 class DeleteProfileObjectRequest < Struct.new( :profile_id, :profile_object_unique_key, :object_type_name, :domain_name) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of a customer profile.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1215 class DeleteProfileObjectRequest < Struct.new( :profile_id, :profile_object_unique_key, :object_type_name, :domain_name) SENSITIVE = [] include Aws::Structure end |
#profile_object_unique_key ⇒ String
The unique identifier of the profile object generated by the service.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1215 class DeleteProfileObjectRequest < Struct.new( :profile_id, :profile_object_unique_key, :object_type_name, :domain_name) SENSITIVE = [] include Aws::Structure end |