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.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def attribute_id @attribute_id end |
#data_table_arn ⇒ ::String
Returns the value of attribute data_table_arn.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def data_table_arn @data_table_arn end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def description @description end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def name @name end |
#primary ⇒ Boolean
Returns the value of attribute primary.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def primary @primary end |
#validation ⇒ Types::Validation
Returns the value of attribute validation.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def validation @validation end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def value_type @value_type end |
#version ⇒ ::String
Returns the value of attribute version.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def version @version end |