Class: Aws::CustomerProfiles::Types::DeleteProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteProfileRequest
- 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.
-
#profile_id ⇒ String
The unique identifier of a customer profile.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1310 class DeleteProfileRequest < Struct.new( :profile_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of a customer profile.
1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1310 class DeleteProfileRequest < Struct.new( :profile_id, :domain_name) SENSITIVE = [] include Aws::Structure end |