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


4624
4625
4626
# File 'sig/types.rbs', line 4624

def action
  @action
end

#encryption_keyTypes::IcebergEncryptedKey

Returns the value of attribute encryption_key.



4625
4626
4627
# File 'sig/types.rbs', line 4625

def encryption_key
  @encryption_key
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


4626
4627
4628
# File 'sig/types.rbs', line 4626

def key_id
  @key_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


4622
4623
4624
# File 'sig/types.rbs', line 4622

def location
  @location
end

#partition_specTypes::IcebergPartitionSpec

Returns the value of attribute partition_spec.



4620
4621
4622
# File 'sig/types.rbs', line 4620

def partition_spec
  @partition_spec
end

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

Returns the value of attribute properties.

Returns:

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


4623
4624
4625
# File 'sig/types.rbs', line 4623

def properties
  @properties
end

#schemaTypes::IcebergSchema

Returns the value of attribute schema.



4619
4620
4621
# File 'sig/types.rbs', line 4619

def schema
  @schema
end

#sort_orderTypes::IcebergSortOrder

Returns the value of attribute sort_order.



4621
4622
4623
# File 'sig/types.rbs', line 4621

def sort_order
  @sort_order
end