Class: Aws::Glue::Types::GetPartitionIndexesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionIndexesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The catalog ID where the table resides.
-
#database_name ⇒ String
Specifies the name of a database from which you want to retrieve partition indexes.
-
#next_token ⇒ String
A continuation token, included if this is a continuation call.
-
#table_name ⇒ String
Specifies the name of a table for which you want to retrieve the partition indexes.
Instance Attribute Details
#catalog_id ⇒ String
The catalog ID where the table resides.
11342 11343 11344 11345 11346 11347 11348 11349 |
# File 'lib/aws-sdk-glue/types.rb', line 11342 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
Specifies the name of a database from which you want to retrieve partition indexes.
11342 11343 11344 11345 11346 11347 11348 11349 |
# File 'lib/aws-sdk-glue/types.rb', line 11342 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, included if this is a continuation call.
11342 11343 11344 11345 11346 11347 11348 11349 |
# File 'lib/aws-sdk-glue/types.rb', line 11342 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
Specifies the name of a table for which you want to retrieve the partition indexes.
11342 11343 11344 11345 11346 11347 11348 11349 |
# File 'lib/aws-sdk-glue/types.rb', line 11342 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |