Class: Aws::Types::ReplicationGroupPendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationGroupPendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token_status ⇒ "SETTING", "ROTATING"
Returns the value of attribute auth_token_status.
-
#automatic_failover_status ⇒ "enabled", "disabled"
Returns the value of attribute automatic_failover_status.
-
#cluster_mode ⇒ "enabled", ...
Returns the value of attribute cluster_mode.
-
#log_delivery_configurations ⇒ ::Array[Types::PendingLogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
-
#primary_cluster_id ⇒ ::String
Returns the value of attribute primary_cluster_id.
-
#resharding ⇒ Types::ReshardingStatus
Returns the value of attribute resharding.
-
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
-
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
-
#user_groups ⇒ Types::UserGroupsUpdateStatus
Returns the value of attribute user_groups.
Instance Attribute Details
#auth_token_status ⇒ "SETTING", "ROTATING"
Returns the value of attribute auth_token_status.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def auth_token_status @auth_token_status end |
#automatic_failover_status ⇒ "enabled", "disabled"
Returns the value of attribute automatic_failover_status.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def automatic_failover_status @automatic_failover_status end |
#cluster_mode ⇒ "enabled", ...
Returns the value of attribute cluster_mode.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def cluster_mode @cluster_mode end |
#log_delivery_configurations ⇒ ::Array[Types::PendingLogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def log_delivery_configurations @log_delivery_configurations end |
#primary_cluster_id ⇒ ::String
Returns the value of attribute primary_cluster_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def primary_cluster_id @primary_cluster_id end |
#resharding ⇒ Types::ReshardingStatus
Returns the value of attribute resharding.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def resharding @resharding end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def transit_encryption_enabled @transit_encryption_enabled end |
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def transit_encryption_mode @transit_encryption_mode end |
#user_groups ⇒ Types::UserGroupsUpdateStatus
Returns the value of attribute user_groups.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def user_groups @user_groups end |