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.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def attribute_id @attribute_id end |
#data_table_arn ⇒ ::String
Returns the value of attribute data_table_arn.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def data_table_arn @data_table_arn end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def description @description end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def value_type @value_type end |
#version ⇒ ::String
Returns the value of attribute version.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def version @version end |