Class: Aws::Types::IcebergPartitionSpec
- Inherits:
-
Object
- Object
- Aws::Types::IcebergPartitionSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::IcebergPartitionField]
Returns the value of attribute fields.
-
#spec_id ⇒ ::Integer
Returns the value of attribute spec_id.
Instance Attribute Details
#fields ⇒ ::Array[Types::IcebergPartitionField]
Returns the value of attribute fields.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def fields @fields end |
#spec_id ⇒ ::Integer
Returns the value of attribute spec_id.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def spec_id @spec_id end |