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.
4602 4603 4604 |
# File 'sig/types.rbs', line 4602 def fields @fields end |
#identifier_field_ids ⇒ ::Array[::Integer]
Returns the value of attribute identifier_field_ids.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def identifier_field_ids @identifier_field_ids end |
#schema_id ⇒ ::Integer
Returns the value of attribute schema_id.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def schema_id @schema_id end |
#type ⇒ "struct"
Returns the value of attribute type.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def type @type end |