Class: Aws::Types::SourceTableFeatureDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexes::Array[Types::GlobalSecondaryIndexInfo]

Returns the value of attribute global_secondary_indexes.

Returns:



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.

Returns:



1570
1571
1572
# File 'sig/types.rbs', line 1570

def local_secondary_indexes
  @local_secondary_indexes
end

#sse_descriptionTypes::SSEDescription

Returns the value of attribute sse_description.



1574
1575
1576
# File 'sig/types.rbs', line 1574

def sse_description
  @sse_description
end

#stream_descriptionTypes::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_descriptionTypes::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.

Returns:



1575
1576
1577
# File 'sig/types.rbs', line 1575

def vector_indexes
  @vector_indexes
end