Class: Aws::Types::CreatePartitionIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def database_name
  @database_name
end

#partition_indexTypes::PartitionIndex

Returns the value of attribute partition_index.



1677
1678
1679
# File 'sig/types.rbs', line 1677

def partition_index
  @partition_index
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def table_name
  @table_name
end