Class: Aws::Types::BatchDescribeDataTableValueSuccessResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeDataTableValueSuccessResult
- 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.
Instance Attribute Details
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
687 688 689 |
# File 'sig/types.rbs', line 687 def attribute_id @attribute_id end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
689 690 691 |
# File 'sig/types.rbs', line 689 def attribute_name @attribute_name end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
693 694 695 |
# File 'sig/types.rbs', line 693 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
692 693 694 |
# File 'sig/types.rbs', line 692 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
691 692 693 |
# File 'sig/types.rbs', line 691 def lock_version @lock_version end |
#primary_values ⇒ ::Array[Types::PrimaryValueResponse]
Returns the value of attribute primary_values.
688 689 690 |
# File 'sig/types.rbs', line 688 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
686 687 688 |
# File 'sig/types.rbs', line 686 def record_id @record_id end |
#value ⇒ ::String
Returns the value of attribute value.
690 691 692 |
# File 'sig/types.rbs', line 690 def value @value end |