Class: Aws::Types::IcebergSchema

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[Types::IcebergStructField]

Returns the value of attribute fields.

Returns:



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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Integer)


4570
4571
4572
# File 'sig/types.rbs', line 4570

def schema_id
  @schema_id
end

#type"struct"

Returns the value of attribute type.

Returns:

  • ("struct")


4572
4573
4574
# File 'sig/types.rbs', line 4572

def type
  @type
end