Class: Aws::Types::IcebergPartitionField
- Inherits:
-
Object
- Object
- Aws::Types::IcebergPartitionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::Integer
Returns the value of attribute field_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
-
#transform ⇒ ::String
Returns the value of attribute transform.
Instance Attribute Details
#field_id ⇒ ::Integer
Returns the value of attribute field_id.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def field_id @field_id end |
#name ⇒ ::String
Returns the value of attribute name.
4569 4570 4571 |
# File 'sig/types.rbs', line 4569 def name @name end |
#source_id ⇒ ::Integer
Returns the value of attribute source_id.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def source_id @source_id end |
#transform ⇒ ::String
Returns the value of attribute transform.
4568 4569 4570 |
# File 'sig/types.rbs', line 4568 def transform @transform end |