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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def last_modified_time @last_modified_time end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def name @name end |
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def time_zone @time_zone end |
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def value_lock_level @value_lock_level end |
#version ⇒ ::String
Returns the value of attribute version.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def version_description @version_description end |