Class: Aws::Types::AwsDynamoDbTableGlobalSecondaryIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backfillingBoolean

Returns the value of attribute backfilling.

Returns:

  • (Boolean)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def backfilling
  @backfilling
end

#index_arn::String

Returns the value of attribute index_arn.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def index_arn
  @index_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def index_name
  @index_name
end

#index_size_bytes::Integer

Returns the value of attribute index_size_bytes.

Returns:

  • (::Integer)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def index_size_bytes
  @index_size_bytes
end

#index_status::String

Returns the value of attribute index_status.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def index_status
  @index_status
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def item_count
  @item_count
end

#key_schema::Array[Types::AwsDynamoDbTableKeySchema]

Returns the value of attribute key_schema.

Returns:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def key_schema
  @key_schema
end

#projectionTypes::AwsDynamoDbTableProjection

Returns the value of attribute projection.



1248
1249
1250
# File 'sig/types.rbs', line 1248

def projection
  @projection
end

#provisioned_throughputTypes::AwsDynamoDbTableProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1249
1250
1251
# File 'sig/types.rbs', line 1249

def provisioned_throughput
  @provisioned_throughput
end