Class: Aws::Types::IcebergSchema
- Inherits:
-
Object
- Object
- Aws::Types::IcebergSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::IcebergStructField]
Returns the value of attribute fields.
-
#identifier_field_ids ⇒ ::Array[::Integer]
Returns the value of attribute identifier_field_ids.
-
#schema_id ⇒ ::Integer
Returns the value of attribute schema_id.
-
#type ⇒ "struct"
Returns the value of attribute type.
Instance Attribute Details
#fields ⇒ ::Array[Types::IcebergStructField]
Returns the value of attribute fields.
4573 4574 4575 |
# File 'sig/types.rbs', line 4573 def fields @fields end |
#identifier_field_ids ⇒ ::Array[::Integer]
Returns the value of attribute identifier_field_ids.
4571 4572 4573 |
# File 'sig/types.rbs', line 4571 def identifier_field_ids @identifier_field_ids end |
#schema_id ⇒ ::Integer
Returns the value of attribute schema_id.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def schema_id @schema_id end |
#type ⇒ "struct"
Returns the value of attribute type.
4572 4573 4574 |
# File 'sig/types.rbs', line 4572 def type @type end |