Class: Aws::Types::UpdateReplicationGroupMemberAction
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationGroupMemberAction
- 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.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def global_secondary_indexes @global_secondary_indexes end |
#kms_master_key_id ⇒ ::String
Returns the value of attribute kms_master_key_id.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 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.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def provisioned_throughput_override @provisioned_throughput_override end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def region_name @region_name end |
#table_class_override ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute table_class_override.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def table_class_override @table_class_override end |