Class: Aws::Connect::Types::DataTableValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableValue
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A data table value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The value's attribute name.
-
#last_modified_region ⇒ String
The value's last modified region.
-
#last_modified_time ⇒ Time
The value's last modified time.
-
#lock_version ⇒ Types::DataTableLockVersion
The value's lock version.
-
#primary_values ⇒ Array<Types::PrimaryValue>
The value's primary values.
-
#value ⇒ String
The value's value.
Instance Attribute Details
#attribute_name ⇒ String
The value's attribute name.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The value's last modified region.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The value's last modified time.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#lock_version ⇒ Types::DataTableLockVersion
The value's lock version.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The value's primary values.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value's value.
7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7966 class DataTableValue < Struct.new( :primary_values, :attribute_name, :value, :lock_version, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |