Class: Aws::LakeFormation::Types::ListTableStorageOptimizersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

Name of the database where the table is present.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of storage optimizers to return on each call.

Returns:

  • (Integer)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_optimizer_typeString

The specific type of storage optimizers to list. The supported value is compaction.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

Name of the table.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2412

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end