Class: Aws::Types::TableDescription
- Inherits:
-
Object
- Object
- Aws::Types::TableDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archival_summary ⇒ Types::ArchivalSummary
Returns the value of attribute archival_summary.
-
#attribute_definitions ⇒ ::Array[Types::AttributeDefinition]
Returns the value of attribute attribute_definitions.
-
#billing_mode_summary ⇒ Types::BillingModeSummary
Returns the value of attribute billing_mode_summary.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndexDescription]
Returns the value of attribute global_secondary_indexes.
-
#global_table_settings_replication_mode ⇒ "ENABLED", ...
Returns the value of attribute global_table_settings_replication_mode.
-
#global_table_version ⇒ ::String
Returns the value of attribute global_table_version.
-
#global_table_witnesses ⇒ ::Array[Types::GlobalTableWitnessDescription]
Returns the value of attribute global_table_witnesses.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
-
#latest_stream_arn ⇒ ::String
Returns the value of attribute latest_stream_arn.
-
#latest_stream_label ⇒ ::String
Returns the value of attribute latest_stream_label.
-
#local_secondary_indexes ⇒ ::Array[Types::LocalSecondaryIndexDescription]
Returns the value of attribute local_secondary_indexes.
-
#multi_region_consistency ⇒ "EVENTUAL", "STRONG"
Returns the value of attribute multi_region_consistency.
-
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughputDescription
Returns the value of attribute provisioned_throughput.
-
#replicas ⇒ ::Array[Types::ReplicaDescription]
Returns the value of attribute replicas.
-
#restore_summary ⇒ Types::RestoreSummary
Returns the value of attribute restore_summary.
-
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
-
#stream_specification ⇒ Types::StreamSpecification
Returns the value of attribute stream_specification.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute table_class_summary.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#table_size_bytes ⇒ ::Integer
Returns the value of attribute table_size_bytes.
-
#table_status ⇒ "CREATING", ...
Returns the value of attribute table_status.
-
#vector_indexes ⇒ ::Array[Types::VectorIndexDescription]
Returns the value of attribute vector_indexes.
-
#warm_throughput ⇒ Types::TableWarmThroughputDescription
Returns the value of attribute warm_throughput.
Instance Attribute Details
#archival_summary ⇒ Types::ArchivalSummary
Returns the value of attribute archival_summary.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def archival_summary @archival_summary end |
#attribute_definitions ⇒ ::Array[Types::AttributeDefinition]
Returns the value of attribute attribute_definitions.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def attribute_definitions @attribute_definitions end |
#billing_mode_summary ⇒ Types::BillingModeSummary
Returns the value of attribute billing_mode_summary.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def billing_mode_summary @billing_mode_summary end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def creation_date_time @creation_date_time end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def deletion_protection_enabled @deletion_protection_enabled end |
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndexDescription]
Returns the value of attribute global_secondary_indexes.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def global_secondary_indexes @global_secondary_indexes end |
#global_table_settings_replication_mode ⇒ "ENABLED", ...
Returns the value of attribute global_table_settings_replication_mode.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def global_table_settings_replication_mode @global_table_settings_replication_mode end |
#global_table_version ⇒ ::String
Returns the value of attribute global_table_version.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def global_table_version @global_table_version end |
#global_table_witnesses ⇒ ::Array[Types::GlobalTableWitnessDescription]
Returns the value of attribute global_table_witnesses.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def global_table_witnesses @global_table_witnesses end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def item_count @item_count end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def key_schema @key_schema end |
#latest_stream_arn ⇒ ::String
Returns the value of attribute latest_stream_arn.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def latest_stream_arn @latest_stream_arn end |
#latest_stream_label ⇒ ::String
Returns the value of attribute latest_stream_label.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def latest_stream_label @latest_stream_label end |
#local_secondary_indexes ⇒ ::Array[Types::LocalSecondaryIndexDescription]
Returns the value of attribute local_secondary_indexes.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def local_secondary_indexes @local_secondary_indexes end |
#multi_region_consistency ⇒ "EVENTUAL", "STRONG"
Returns the value of attribute multi_region_consistency.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def multi_region_consistency @multi_region_consistency end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def on_demand_throughput @on_demand_throughput end |
#provisioned_throughput ⇒ Types::ProvisionedThroughputDescription
Returns the value of attribute provisioned_throughput.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def provisioned_throughput @provisioned_throughput end |
#replicas ⇒ ::Array[Types::ReplicaDescription]
Returns the value of attribute replicas.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def replicas @replicas end |
#restore_summary ⇒ Types::RestoreSummary
Returns the value of attribute restore_summary.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def restore_summary @restore_summary end |
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def sse_description @sse_description end |
#stream_specification ⇒ Types::StreamSpecification
Returns the value of attribute stream_specification.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def stream_specification @stream_specification end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def table_arn @table_arn end |
#table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute table_class_summary.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def table_class_summary @table_class_summary end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def table_id @table_id end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def table_name @table_name end |
#table_size_bytes ⇒ ::Integer
Returns the value of attribute table_size_bytes.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def table_size_bytes @table_size_bytes end |
#table_status ⇒ "CREATING", ...
Returns the value of attribute table_status.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def table_status @table_status end |
#vector_indexes ⇒ ::Array[Types::VectorIndexDescription]
Returns the value of attribute vector_indexes.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def vector_indexes @vector_indexes end |
#warm_throughput ⇒ Types::TableWarmThroughputDescription
Returns the value of attribute warm_throughput.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def warm_throughput @warm_throughput end |