Class: Aws::Types::DataTable
- Inherits:
-
Object
- Object
- Aws::Types::DataTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def name @name end |
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def time_zone @time_zone end |
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def value_lock_level @value_lock_level end |
#version ⇒ ::String
Returns the value of attribute version.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def version_description @version_description end |