Class: Aws::Types::IcebergTableUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"add-schema", ...

Returns the value of attribute action.

Returns:

  • ("add-schema", "set-current-schema", "add-spec", "set-default-spec", "add-sort-order", "set-default-sort-order", "set-location", "set-properties", "remove-properties", "add-encryption-key", "remove-encryption-key")


4653
4654
4655
# File 'sig/types.rbs', line 4653

def action
  @action
end

#encryption_keyTypes::IcebergEncryptedKey

Returns the value of attribute encryption_key.



4654
4655
4656
# File 'sig/types.rbs', line 4654

def encryption_key
  @encryption_key
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


4655
4656
4657
# File 'sig/types.rbs', line 4655

def key_id
  @key_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


4651
4652
4653
# File 'sig/types.rbs', line 4651

def location
  @location
end

#partition_specTypes::IcebergPartitionSpec

Returns the value of attribute partition_spec.



4649
4650
4651
# File 'sig/types.rbs', line 4649

def partition_spec
  @partition_spec
end

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

Returns the value of attribute properties.

Returns:

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


4652
4653
4654
# File 'sig/types.rbs', line 4652

def properties
  @properties
end

#schemaTypes::IcebergSchema

Returns the value of attribute schema.



4648
4649
4650
# File 'sig/types.rbs', line 4648

def schema
  @schema
end

#sort_orderTypes::IcebergSortOrder

Returns the value of attribute sort_order.



4650
4651
4652
# File 'sig/types.rbs', line 4650

def sort_order
  @sort_order
end