Class: Aws::Types::IcebergTableMetadata
- Inherits:
-
Object
- Object
- Aws::Types::IcebergTableMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_schema_id ⇒ ::Integer
Returns the value of attribute current_schema_id.
-
#default_sort_order_id ⇒ ::Integer
Returns the value of attribute default_sort_order_id.
-
#default_spec_id ⇒ ::Integer
Returns the value of attribute default_spec_id.
-
#format_version ⇒ ::String
Returns the value of attribute format_version.
-
#last_column_id ⇒ ::Integer
Returns the value of attribute last_column_id.
-
#last_partition_id ⇒ ::Integer
Returns the value of attribute last_partition_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#partition_specs ⇒ ::Array[Types::IcebergPartitionSpec]
Returns the value of attribute partition_specs.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#schemas ⇒ ::Array[Types::IcebergSchema]
Returns the value of attribute schemas.
-
#sort_orders ⇒ ::Array[Types::IcebergSortOrder]
Returns the value of attribute sort_orders.
-
#table_uuid ⇒ ::String
Returns the value of attribute table_uuid.
Instance Attribute Details
#current_schema_id ⇒ ::Integer
Returns the value of attribute current_schema_id.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def current_schema_id @current_schema_id end |
#default_sort_order_id ⇒ ::Integer
Returns the value of attribute default_sort_order_id.
4614 4615 4616 |
# File 'sig/types.rbs', line 4614 def default_sort_order_id @default_sort_order_id end |
#default_spec_id ⇒ ::Integer
Returns the value of attribute default_spec_id.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def default_spec_id @default_spec_id end |
#format_version ⇒ ::String
Returns the value of attribute format_version.
4603 4604 4605 |
# File 'sig/types.rbs', line 4603 def format_version @format_version end |
#last_column_id ⇒ ::Integer
Returns the value of attribute last_column_id.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def last_column_id @last_column_id end |
#last_partition_id ⇒ ::Integer
Returns the value of attribute last_partition_id.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def last_partition_id @last_partition_id end |
#location ⇒ ::String
Returns the value of attribute location.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def location @location end |
#partition_specs ⇒ ::Array[Types::IcebergPartitionSpec]
Returns the value of attribute partition_specs.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def partition_specs @partition_specs end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def properties @properties end |
#schemas ⇒ ::Array[Types::IcebergSchema]
Returns the value of attribute schemas.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def schemas @schemas end |
#sort_orders ⇒ ::Array[Types::IcebergSortOrder]
Returns the value of attribute sort_orders.
4613 4614 4615 |
# File 'sig/types.rbs', line 4613 def sort_orders @sort_orders end |
#table_uuid ⇒ ::String
Returns the value of attribute table_uuid.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def table_uuid @table_uuid end |