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)


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

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def database_name
  @database_name
end

#partition_indexTypes::PartitionIndex

Returns the value of attribute partition_index.



1681
1682
1683
# File 'sig/types.rbs', line 1681

def partition_index
  @partition_index
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def table_name
  @table_name
end