Class: Aws::Types::LocalSecondaryIndexDescription

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)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def index_name
  @index_name
end

#index_size_bytes::Integer

Returns the value of attribute index_size_bytes.

Returns:

  • (::Integer)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def index_size_bytes
  @index_size_bytes
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def item_count
  @item_count
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



1107
1108
1109
# File 'sig/types.rbs', line 1107

def key_schema
  @key_schema
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



1108
1109
1110
# File 'sig/types.rbs', line 1108

def projection
  @projection
end