Class: Aws::Types::IcebergTableUpdate
- Inherits:
-
Object
- Object
- Aws::Types::IcebergTableUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "add-schema", ...
Returns the value of attribute action.
-
#encryption_key ⇒ Types::IcebergEncryptedKey
Returns the value of attribute encryption_key.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
-
#sort_order ⇒ Types::IcebergSortOrder
Returns the value of attribute sort_order.
Instance Attribute Details
#action ⇒ "add-schema", ...
Returns the value of attribute action.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def action @action end |
#encryption_key ⇒ Types::IcebergEncryptedKey
Returns the value of attribute encryption_key.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def encryption_key @encryption_key end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def key_id @key_id end |
#location ⇒ ::String
Returns the value of attribute location.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def location @location end |
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
4620 4621 4622 |
# File 'sig/types.rbs', line 4620 def partition_spec @partition_spec end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def properties @properties end |
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
4619 4620 4621 |
# File 'sig/types.rbs', line 4619 def schema @schema end |
#sort_order ⇒ Types::IcebergSortOrder
Returns the value of attribute sort_order.
4621 4622 4623 |
# File 'sig/types.rbs', line 4621 def sort_order @sort_order end |