class

Amazonite::DynamoDBV2::SourceTableFeatureDetails

Inherits JSON::Serializable < Reference < Object

Constructors

new(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil = nil, global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil = nil, stream_description : StreamSpecification | Nil = nil, time_to_live_description : TimeToLiveDescription | Nil = nil, sse_description : SSEDescription | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

global_secondary_indexes
Source
global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil)
Source
local_secondary_indexes
Source
local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil)
Source
sse_description
Source
sse_description=(sse_description : SSEDescription | Nil)
Source
stream_description
Source
stream_description=(stream_description : StreamSpecification | Nil)
Source
time_to_live_description
Source
time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
Source