Class: Aws::Types::PartitionIndexDescriptor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_errors::Array[Types::BackfillError]

Returns the value of attribute backfill_errors.

Returns:



5948
5949
5950
# File 'sig/types.rbs', line 5948

def backfill_errors
  @backfill_errors
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


5945
5946
5947
# File 'sig/types.rbs', line 5945

def index_name
  @index_name
end

#index_status"CREATING", ...

Returns the value of attribute index_status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


5947
5948
5949
# File 'sig/types.rbs', line 5947

def index_status
  @index_status
end

#keys::Array[Types::KeySchemaElement]

Returns the value of attribute keys.

Returns:



5946
5947
5948
# File 'sig/types.rbs', line 5946

def keys
  @keys
end