Class: Aws::Types::IcebergTableMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_schema_id::Integer

Returns the value of attribute current_schema_id.

Returns:

  • (::Integer)


4627
4628
4629
# File 'sig/types.rbs', line 4627

def current_schema_id
  @current_schema_id
end

#default_sort_order_id::Integer

Returns the value of attribute default_sort_order_id.

Returns:

  • (::Integer)


4633
4634
4635
# File 'sig/types.rbs', line 4633

def default_sort_order_id
  @default_sort_order_id
end

#default_spec_id::Integer

Returns the value of attribute default_spec_id.

Returns:

  • (::Integer)


4630
4631
4632
# File 'sig/types.rbs', line 4630

def default_spec_id
  @default_spec_id
end

#format_version::String

Returns the value of attribute format_version.

Returns:

  • (::String)


4622
4623
4624
# File 'sig/types.rbs', line 4622

def format_version
  @format_version
end

#last_column_id::Integer

Returns the value of attribute last_column_id.

Returns:

  • (::Integer)


4628
4629
4630
# File 'sig/types.rbs', line 4628

def last_column_id
  @last_column_id
end

#last_partition_id::Integer

Returns the value of attribute last_partition_id.

Returns:

  • (::Integer)


4631
4632
4633
# File 'sig/types.rbs', line 4631

def last_partition_id
  @last_partition_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


4624
4625
4626
# File 'sig/types.rbs', line 4624

def location
  @location
end

#partition_specs::Array[Types::IcebergPartitionSpec]

Returns the value of attribute partition_specs.

Returns:



4629
4630
4631
# File 'sig/types.rbs', line 4629

def partition_specs
  @partition_specs
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

  • (::Hash[::String, ::String])


4625
4626
4627
# File 'sig/types.rbs', line 4625

def properties
  @properties
end

#schemas::Array[Types::IcebergSchema]

Returns the value of attribute schemas.

Returns:



4626
4627
4628
# File 'sig/types.rbs', line 4626

def schemas
  @schemas
end

#sort_orders::Array[Types::IcebergSortOrder]

Returns the value of attribute sort_orders.

Returns:



4632
4633
4634
# File 'sig/types.rbs', line 4632

def sort_orders
  @sort_orders
end

#table_uuid::String

Returns the value of attribute table_uuid.

Returns:

  • (::String)


4623
4624
4625
# File 'sig/types.rbs', line 4623

def table_uuid
  @table_uuid
end