Class: Aws::Connect::Types::DataTableValueSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableValueSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A data table value summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_id ⇒ String
The summary’s attribute ID.
-
#attribute_name ⇒ String
The summary’s attribute name.
-
#last_modified_region ⇒ String
The summary’s last modified region.
-
#last_modified_time ⇒ Time
The summary’s last modified time.
-
#lock_version ⇒ Types::DataTableLockVersion
The summary’s lock version.
-
#primary_values ⇒ Array<Types::PrimaryValueResponse>
The summary’s primary values.
-
#record_id ⇒ String
The summary’s record ID.
-
#value ⇒ String
The summary’s value.
-
#value_type ⇒ String
The summary’s value type.
Instance Attribute Details
#attribute_id ⇒ String
The summary’s attribute ID.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#attribute_name ⇒ String
The summary’s attribute name.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The summary’s last modified region.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The summary’s last modified time.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#lock_version ⇒ Types::DataTableLockVersion
The summary’s lock version.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValueResponse>
The summary’s primary values.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The summary’s record ID.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The summary’s value.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#value_type ⇒ String
The summary’s value type.
8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 |
# File 'lib/aws-sdk-connect/types.rb', line 8239 class DataTableValueSummary < Struct.new( :record_id, :attribute_id, :primary_values, :attribute_name, :value_type, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |