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.
4653 4654 4655 |
# File 'sig/types.rbs', line 4653 def action @action end |
#encryption_key ⇒ Types::IcebergEncryptedKey
Returns the value of attribute encryption_key.
4654 4655 4656 |
# File 'sig/types.rbs', line 4654 def encryption_key @encryption_key end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def key_id @key_id end |
#location ⇒ ::String
Returns the value of attribute location.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def location @location end |
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def partition_spec @partition_spec end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4652 4653 4654 |
# File 'sig/types.rbs', line 4652 def properties @properties end |
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def schema @schema end |
#sort_order ⇒ Types::IcebergSortOrder
Returns the value of attribute sort_order.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def sort_order @sort_order end |