Class: Aws::CustomerProfiles::Types::DeleteProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2410
2411
2412
2413
2414
2415
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2410

class DeleteProfileRequest < Struct.new(
  :profile_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


2410
2411
2412
2413
2414
2415
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2410

class DeleteProfileRequest < Struct.new(
  :profile_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end