Class: Aws::Types::IcebergInput
- Inherits:
-
Object
- Object
- Aws::Types::IcebergInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_iceberg_table_input ⇒ Types::CreateIcebergTableInput
Returns the value of attribute create_iceberg_table_input.
-
#metadata_operation ⇒ "CREATE"
Returns the value of attribute metadata_operation.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#create_iceberg_table_input ⇒ Types::CreateIcebergTableInput
Returns the value of attribute create_iceberg_table_input.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def create_iceberg_table_input @create_iceberg_table_input end |
#metadata_operation ⇒ "CREATE"
Returns the value of attribute metadata_operation.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 def @metadata_operation end |
#version ⇒ ::String
Returns the value of attribute version.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def version @version end |