Class: Aws::CustomerProfiles::Types::AddProfileKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AddProfileKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_name ⇒ String
A searchable identifier of a customer profile.
-
#values ⇒ Array<String>
A list of key values.
Instance Attribute Details
#key_name ⇒ String
A searchable identifier of a customer profile.
69 70 71 72 73 74 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 69 class AddProfileKeyResponse < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of key values.
69 70 71 72 73 74 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 69 class AddProfileKeyResponse < Struct.new( :key_name, :values) SENSITIVE = [] include Aws::Structure end |