Class: Aws::Types::IcebergPartitionField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::Integer

Returns the value of attribute field_id.

Returns:

  • (::Integer)


4560
4561
4562
# File 'sig/types.rbs', line 4560

def field_id
  @field_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4559
4560
4561
# File 'sig/types.rbs', line 4559

def name
  @name
end

#source_id::Integer

Returns the value of attribute source_id.

Returns:

  • (::Integer)


4557
4558
4559
# File 'sig/types.rbs', line 4557

def source_id
  @source_id
end

#transform::String

Returns the value of attribute transform.

Returns:

  • (::String)


4558
4559
4560
# File 'sig/types.rbs', line 4558

def transform
  @transform
end