Class: Aws::Types::LocalSecondaryIndexInfo

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)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def index_name
  @index_name
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def key_schema
  @key_schema
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def projection
  @projection
end