Class: Aws::Types::LocalSecondaryIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def index_name
  @index_name
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def key_schema
  @key_schema
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def projection
  @projection
end