Class: Aws::Connect::Types::DataTableValueIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableValueIdentifier
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A data table value identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The identifier's attribute name.
-
#primary_values ⇒ Array<Types::PrimaryValue>
The identifier's primary values.
Instance Attribute Details
#attribute_name ⇒ String
The identifier's attribute name.
8103 8104 8105 8106 8107 8108 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8103 class DataTableValueIdentifier < Struct.new( :primary_values, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The identifier's primary values.
8103 8104 8105 8106 8107 8108 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8103 class DataTableValueIdentifier < Struct.new( :primary_values, :attribute_name) SENSITIVE = [] include Aws::Structure end |