Class: Aws::CustomerProfiles::Types::AddProfileKeyResponse

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

#key_nameString

A searchable identifier of a customer profile.

Returns:

  • (String)


69
70
71
72
73
74
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 69

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

#valuesArray<String>

A list of key values.

Returns:

  • (Array<String>)


69
70
71
72
73
74
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 69

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