Class: Aws::Types::CreateReplicationGroupMemberAction
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationGroupMemberAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ ::Array[Types::ReplicaGlobalSecondaryIndex]
Returns the value of attribute global_secondary_indexes.
-
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
-
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#table_class_override ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute table_class_override.
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.
310 311 312 |
# File 'sig/types.rbs', line 310 def kms_master_key_id @kms_master_key_id end |
#on_demand_throughput_override ⇒ Types::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_override ⇒ Types::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.
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.
314 315 316 |
# File 'sig/types.rbs', line 314 def table_class_override @table_class_override end |