Class: Aws::Glue::Types::GetPartitionIndexesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionIndexesRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass GetPartitionIndexesRequest data as a hash:
{
catalog_id: "CatalogIdString",
database_name: "NameString", # required
table_name: "NameString", # required
next_token: "Token",
}
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.
11952 11953 11954 11955 11956 11957 11958 11959 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11952 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.
11952 11953 11954 11955 11956 11957 11958 11959 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11952 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.
11952 11953 11954 11955 11956 11957 11958 11959 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11952 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.
11952 11953 11954 11955 11956 11957 11958 11959 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11952 class GetPartitionIndexesRequest < Struct.new( :catalog_id, :database_name, :table_name, :next_token) SENSITIVE = [] include Aws::Structure end |