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.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def location @location end |
#partition_spec ⇒ Types::IcebergPartitionSpec
Returns the value of attribute partition_spec.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def partition_spec @partition_spec end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def properties @properties end |
#schema ⇒ Types::IcebergSchema
Returns the value of attribute schema.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def schema @schema end |
#write_order ⇒ Types::IcebergSortOrder
Returns the value of attribute write_order.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def write_order @write_order end |