Class: Aws::Types::CreateIcebergTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def location
  @location
end

#partition_specTypes::IcebergPartitionSpec

Returns the value of attribute partition_spec.



1552
1553
1554
# File 'sig/types.rbs', line 1552

def partition_spec
  @partition_spec
end

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

Returns the value of attribute properties.

Returns:

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


1554
1555
1556
# File 'sig/types.rbs', line 1554

def properties
  @properties
end

#schemaTypes::IcebergSchema

Returns the value of attribute schema.



1551
1552
1553
# File 'sig/types.rbs', line 1551

def schema
  @schema
end

#write_orderTypes::IcebergSortOrder

Returns the value of attribute write_order.



1553
1554
1555
# File 'sig/types.rbs', line 1553

def write_order
  @write_order
end