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.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def fields @fields end |
#spec_id ⇒ ::Integer
Returns the value of attribute spec_id.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def spec_id @spec_id end |