Class: Aws::Types::SourceTableFeatureDetails
- Inherits:
-
Object
- Object
- Aws::Types::SourceTableFeatureDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndexInfo]
Returns the value of attribute global_secondary_indexes.
-
#local_secondary_indexes ⇒ ::Array[Types::LocalSecondaryIndexInfo]
Returns the value of attribute local_secondary_indexes.
-
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
-
#stream_description ⇒ Types::StreamSpecification
Returns the value of attribute stream_description.
-
#time_to_live_description ⇒ Types::TimeToLiveDescription
Returns the value of attribute time_to_live_description.
-
#vector_indexes ⇒ ::Array[Types::VectorIndexInfo]
Returns the value of attribute vector_indexes.
Instance Attribute Details
#global_secondary_indexes ⇒ ::Array[Types::GlobalSecondaryIndexInfo]
Returns the value of attribute global_secondary_indexes.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def global_secondary_indexes @global_secondary_indexes end |
#local_secondary_indexes ⇒ ::Array[Types::LocalSecondaryIndexInfo]
Returns the value of attribute local_secondary_indexes.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def local_secondary_indexes @local_secondary_indexes end |
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def sse_description @sse_description end |
#stream_description ⇒ Types::StreamSpecification
Returns the value of attribute stream_description.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def stream_description @stream_description end |
#time_to_live_description ⇒ Types::TimeToLiveDescription
Returns the value of attribute time_to_live_description.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def time_to_live_description @time_to_live_description end |
#vector_indexes ⇒ ::Array[Types::VectorIndexInfo]
Returns the value of attribute vector_indexes.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def vector_indexes @vector_indexes end |