class Amazonite::DynamoDBV2::UpdateReplicationGroupMemberAction

Included Modules

Defined in:

dynamodb_v2/update_replication_group_member_action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(region_name : String, kms_master_key_id : String | Nil = nil, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil, global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil = nil, table_class_override : TableClass | Nil = nil) #

[View source]

Instance Method Detail

def global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil #

[View source]
def global_secondary_indexes=(global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil) #

[View source]
def kms_master_key_id : String | Nil #

[View source]
def kms_master_key_id=(kms_master_key_id : String | Nil) #

[View source]
def provisioned_throughput_override : ProvisionedThroughputOverride | Nil #

[View source]
def provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil) #

[View source]
def region_name : String #

[View source]
def region_name=(region_name : String) #

[View source]
def table_class_override : TableClass | Nil #

[View source]
def table_class_override=(table_class_override : TableClass | Nil) #

[View source]