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)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def location
  @location
end

#partition_specTypes::IcebergPartitionSpec

Returns the value of attribute partition_spec.



1548
1549
1550
# File 'sig/types.rbs', line 1548

def partition_spec
  @partition_spec
end

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

Returns the value of attribute properties.

Returns:

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


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

def properties
  @properties
end

#schemaTypes::IcebergSchema

Returns the value of attribute schema.



1547
1548
1549
# File 'sig/types.rbs', line 1547

def schema
  @schema
end

#write_orderTypes::IcebergSortOrder

Returns the value of attribute write_order.



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

def write_order
  @write_order
end