Class: Aws::Glue::Types::DeletePartitionIndexRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID where the table resides.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7468

class DeletePartitionIndexRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

Specifies the name of a database from which you want to delete a partition index.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7468

class DeletePartitionIndexRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the partition index to be deleted.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7468

class DeletePartitionIndexRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

Specifies the name of a table from which you want to delete a partition index.

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
7474
7475
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7468

class DeletePartitionIndexRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end