class Amazonite::DynamoDBV2::SourceTableFeatureDetails
- Amazonite::DynamoDBV2::SourceTableFeatureDetails
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/source_table_feature_details.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
- #global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil
- #global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil)
- #local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil
- #local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil)
- #sse_description : SSEDescription | Nil
- #sse_description=(sse_description : SSEDescription | Nil)
- #stream_description : StreamSpecification | Nil
- #stream_description=(stream_description : StreamSpecification | Nil)
- #time_to_live_description : TimeToLiveDescription | Nil
- #time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
Constructor Detail
def self.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)
#
Instance Method Detail
def global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndexInfo) | Nil)
#
def local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndexInfo) | Nil)
#
def time_to_live_description=(time_to_live_description : TimeToLiveDescription | Nil)
#