Class: Aws::Types::DataTableValue
- Inherits:
-
Object
- Object
- Aws::Types::DataTableValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::PrimaryValue]
Returns the value of attribute primary_values.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def attribute_name @attribute_name end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def lock_version @lock_version end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def primary_values @primary_values end |
#value ⇒ ::String
Returns the value of attribute value.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def value @value end |