Class: Aws::CustomerProfiles::Types::DeleteProfileKeyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1837
1838
1839
1840
1841
1842
1843
1844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1837

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

#key_nameString

A searchable identifier of a customer profile.

Returns:

  • (String)


1837
1838
1839
1840
1841
1842
1843
1844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1837

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

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


1837
1838
1839
1840
1841
1842
1843
1844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1837

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

#valuesArray<String>

A list of key values.

Returns:

  • (Array<String>)


1837
1838
1839
1840
1841
1842
1843
1844
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1837

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