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.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def create_iceberg_table_input @create_iceberg_table_input end |
#metadata_operation ⇒ "CREATE"
Returns the value of attribute metadata_operation.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def @metadata_operation end |
#version ⇒ ::String
Returns the value of attribute version.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def version @version end |