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.
8008 8009 8010 8011 8012 8013 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8008 class DataTableValueIdentifier < Struct.new( :primary_values, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The identifier's primary values.
8008 8009 8010 8011 8012 8013 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8008 class DataTableValueIdentifier < Struct.new( :primary_values, :attribute_name) SENSITIVE = [] include Aws::Structure end |