Class: Aws::Types::CreateReplicationGroupMemberAction

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::ReplicaGlobalSecondaryIndex]

Returns the value of attribute global_secondary_indexes.



313
314
315
# File 'sig/types.rbs', line 313

def global_secondary_indexes
  @global_secondary_indexes
end

#kms_master_key_id::String

Returns the value of attribute kms_master_key_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def kms_master_key_id
  @kms_master_key_id
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Returns the value of attribute on_demand_throughput_override.



312
313
314
# File 'sig/types.rbs', line 312

def on_demand_throughput_override
  @on_demand_throughput_override
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



311
312
313
# File 'sig/types.rbs', line 311

def provisioned_throughput_override
  @provisioned_throughput_override
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def region_name
  @region_name
end

#table_class_override"STANDARD", "STANDARD_INFREQUENT_ACCESS"

Returns the value of attribute table_class_override.

Returns:

  • ("STANDARD", "STANDARD_INFREQUENT_ACCESS")


314
315
316
# File 'sig/types.rbs', line 314

def table_class_override
  @table_class_override
end