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)


4541
4542
4543
# File 'sig/types.rbs', line 4541

def field_id
  @field_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4540
4541
4542
# File 'sig/types.rbs', line 4540

def name
  @name
end

#source_id::Integer

Returns the value of attribute source_id.

Returns:

  • (::Integer)


4538
4539
4540
# File 'sig/types.rbs', line 4538

def source_id
  @source_id
end

#transform::String

Returns the value of attribute transform.

Returns:

  • (::String)


4539
4540
4541
# File 'sig/types.rbs', line 4539

def transform
  @transform
end