Class: Aws::Types::CreateIcebergTableInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIcebergTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#write_order ⇒ Types::IcebergSortOrder
Returns the value of attribute write_order.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def location @location end |
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def partition_spec @partition_spec end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def properties @properties end |
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def schema @schema end |
#write_order ⇒ Types::IcebergSortOrder
Returns the value of attribute write_order.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def write_order @write_order end |