Class: Aws::Types::AwsDynamoDbTableLocalSecondaryIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def index_name
  @index_name
end

#key_schema::Array[Types::AwsDynamoDbTableKeySchema]

Returns the value of attribute key_schema.

Returns:



1262
1263
1264
# File 'sig/types.rbs', line 1262

def key_schema
  @key_schema
end

#projectionTypes::AwsDynamoDbTableProjection

Returns the value of attribute projection.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def projection
  @projection
end