Class: Aws::Types::AwsDynamoDbTableDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_definitions::Array[Types::AwsDynamoDbTableAttributeDefinition]

Returns the value of attribute attribute_definitions.



1217
1218
1219
# File 'sig/types.rbs', line 1217

def attribute_definitions
  @attribute_definitions
end

#billing_mode_summaryTypes::AwsDynamoDbTableBillingModeSummary

Returns the value of attribute billing_mode_summary.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def billing_mode_summary
  @billing_mode_summary
end

#creation_date_time::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def creation_date_time
  @creation_date_time
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def deletion_protection_enabled
  @deletion_protection_enabled
end

#global_secondary_indexes::Array[Types::AwsDynamoDbTableGlobalSecondaryIndex]

Returns the value of attribute global_secondary_indexes.



1220
1221
1222
# File 'sig/types.rbs', line 1220

def global_secondary_indexes
  @global_secondary_indexes
end

#global_table_version::String

Returns the value of attribute global_table_version.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def global_table_version
  @global_table_version
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def item_count
  @item_count
end

#key_schema::Array[Types::AwsDynamoDbTableKeySchema]

Returns the value of attribute key_schema.

Returns:



1223
1224
1225
# File 'sig/types.rbs', line 1223

def key_schema
  @key_schema
end

#latest_stream_arn::String

Returns the value of attribute latest_stream_arn.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def latest_stream_arn
  @latest_stream_arn
end

#latest_stream_label::String

Returns the value of attribute latest_stream_label.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def latest_stream_label
  @latest_stream_label
end

#local_secondary_indexes::Array[Types::AwsDynamoDbTableLocalSecondaryIndex]

Returns the value of attribute local_secondary_indexes.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def local_secondary_indexes
  @local_secondary_indexes
end

#provisioned_throughputTypes::AwsDynamoDbTableProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1227
1228
1229
# File 'sig/types.rbs', line 1227

def provisioned_throughput
  @provisioned_throughput
end

#replicas::Array[Types::AwsDynamoDbTableReplica]

Returns the value of attribute replicas.

Returns:



1228
1229
1230
# File 'sig/types.rbs', line 1228

def replicas
  @replicas
end

#restore_summaryTypes::AwsDynamoDbTableRestoreSummary

Returns the value of attribute restore_summary.



1229
1230
1231
# File 'sig/types.rbs', line 1229

def restore_summary
  @restore_summary
end

#sse_descriptionTypes::AwsDynamoDbTableSseDescription

Returns the value of attribute sse_description.



1230
1231
1232
# File 'sig/types.rbs', line 1230

def sse_description
  @sse_description
end

#stream_specificationTypes::AwsDynamoDbTableStreamSpecification

Returns the value of attribute stream_specification.



1231
1232
1233
# File 'sig/types.rbs', line 1231

def stream_specification
  @stream_specification
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def table_id
  @table_id
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def table_name
  @table_name
end

#table_size_bytes::Integer

Returns the value of attribute table_size_bytes.

Returns:

  • (::Integer)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def table_size_bytes
  @table_size_bytes
end

#table_status::String

Returns the value of attribute table_status.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def table_status
  @table_status
end