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.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def action @action end |
#encryption_key ⇒ Types::IcebergEncryptedKey
Returns the value of attribute encryption_key.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def encryption_key @encryption_key end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def key_id @key_id end |
#location ⇒ ::String
Returns the value of attribute location.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 def location @location end |
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def partition_spec @partition_spec end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def properties @properties end |
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def schema @schema end |
#sort_order ⇒ Types::IcebergSortOrder
Returns the value of attribute sort_order.
4640 4641 4642 |
# File 'sig/types.rbs', line 4640 def sort_order @sort_order end |