Class: Aws::Types::DataTableValueSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataTableValueSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
-
#primary_values ⇒ ::Array[Types::PrimaryValueResponse]
Returns the value of attribute primary_values.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
-
#value ⇒ ::String
Returns the value of attribute value.
-
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
Instance Attribute Details
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def attribute_id @attribute_id end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def attribute_name @attribute_name end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def lock_version @lock_version end |
#primary_values ⇒ ::Array[Types::PrimaryValueResponse]
Returns the value of attribute primary_values.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def record_id @record_id end |
#value ⇒ ::String
Returns the value of attribute value.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def value @value end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def value_type @value_type end |