Class: Aws::Types::S3TablesConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type"NONE", ...

Returns the value of attribute compression_type.

Returns:

  • ("NONE", "ZSTD", "SNAPPY")


681
682
683
# File 'sig/types.rbs', line 681

def compression_type
  @compression_type
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def namespace
  @namespace
end

#partition_specTypes::PartitionSpec

Returns the value of attribute partition_spec.



682
683
684
# File 'sig/types.rbs', line 682

def partition_spec
  @partition_spec
end

#table_bucket_arn::String

Returns the value of attribute table_bucket_arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def table_bucket_arn
  @table_bucket_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def table_name
  @table_name
end