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