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")


4643
4644
4645
# File 'sig/types.rbs', line 4643

def action
  @action
end

#encryption_keyTypes::IcebergEncryptedKey

Returns the value of attribute encryption_key.



4644
4645
4646
# File 'sig/types.rbs', line 4644

def encryption_key
  @encryption_key
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


4645
4646
4647
# File 'sig/types.rbs', line 4645

def key_id
  @key_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


4641
4642
4643
# File 'sig/types.rbs', line 4641

def location
  @location
end

#partition_specTypes::IcebergPartitionSpec

Returns the value of attribute partition_spec.



4639
4640
4641
# File 'sig/types.rbs', line 4639

def partition_spec
  @partition_spec
end

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

Returns the value of attribute properties.

Returns:

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


4642
4643
4644
# File 'sig/types.rbs', line 4642

def properties
  @properties
end

#schemaTypes::IcebergSchema

Returns the value of attribute schema.



4638
4639
4640
# File 'sig/types.rbs', line 4638

def schema
  @schema
end

#sort_orderTypes::IcebergSortOrder

Returns the value of attribute sort_order.



4640
4641
4642
# File 'sig/types.rbs', line 4640

def sort_order
  @sort_order
end