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:



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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Integer)


4599
4600
4601
# File 'sig/types.rbs', line 4599

def schema_id
  @schema_id
end

#type"struct"

Returns the value of attribute type.

Returns:

  • ("struct")


4601
4602
4603
# File 'sig/types.rbs', line 4601

def type
  @type
end