Class: Aws::Types::DataTableAttribute
- Inherits:
-
Object
- Object
- Aws::Types::DataTableAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
-
#data_table_arn ⇒ ::String
Returns the value of attribute data_table_arn.
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#validation ⇒ Types::Validation
Returns the value of attribute validation.
-
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def attribute_id @attribute_id end |
#data_table_arn ⇒ ::String
Returns the value of attribute data_table_arn.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def data_table_arn @data_table_arn end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def description @description end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def value_type @value_type end |
#version ⇒ ::String
Returns the value of attribute version.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def version @version end |