Class: Aws::Types::ReplicationGroupPendingModifiedValues

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token_status"SETTING", "ROTATING"

Returns the value of attribute auth_token_status.

Returns:

  • ("SETTING", "ROTATING")


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.

Returns:

  • ("enabled", "disabled")


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.

Returns:

  • ("enabled", "disabled", "compatible")


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.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def primary_cluster_id
  @primary_cluster_id
end

#reshardingTypes::ReshardingStatus

Returns the value of attribute resharding.



1559
1560
1561
# File 'sig/types.rbs', line 1559

def resharding
  @resharding
end

#transit_encryption_enabledBoolean

Returns the value of attribute transit_encryption_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("preferred", "required")


1564
1565
1566
# File 'sig/types.rbs', line 1564

def transit_encryption_mode
  @transit_encryption_mode
end

#user_groupsTypes::UserGroupsUpdateStatus

Returns the value of attribute user_groups.



1561
1562
1563
# File 'sig/types.rbs', line 1561

def user_groups
  @user_groups
end