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.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def name @name end |
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def time_zone @time_zone end |
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def value_lock_level @value_lock_level end |
#version ⇒ ::String
Returns the value of attribute version.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def version_description @version_description end |