Class: Aws::Types::GlobalReplicationGroup
- Inherits:
-
Object
- Object
- Aws::Types::GlobalReplicationGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
-
#auth_token_enabled ⇒ Boolean
Returns the value of attribute auth_token_enabled.
-
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
-
#cluster_enabled ⇒ Boolean
Returns the value of attribute cluster_enabled.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#global_node_groups ⇒ ::Array[Types::GlobalNodeGroup]
Returns the value of attribute global_node_groups.
-
#global_replication_group_description ⇒ ::String
Returns the value of attribute global_replication_group_description.
-
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
-
#members ⇒ ::Array[Types::GlobalReplicationGroupMember]
Returns the value of attribute members.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def arn @arn end |
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def at_rest_encryption_enabled @at_rest_encryption_enabled end |
#auth_token_enabled ⇒ Boolean
Returns the value of attribute auth_token_enabled.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def auth_token_enabled @auth_token_enabled end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def cache_node_type @cache_node_type end |
#cluster_enabled ⇒ Boolean
Returns the value of attribute cluster_enabled.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def cluster_enabled @cluster_enabled end |
#engine ⇒ ::String
Returns the value of attribute engine.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def engine_version @engine_version end |
#global_node_groups ⇒ ::Array[Types::GlobalNodeGroup]
Returns the value of attribute global_node_groups.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def global_node_groups @global_node_groups end |
#global_replication_group_description ⇒ ::String
Returns the value of attribute global_replication_group_description.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def global_replication_group_description @global_replication_group_description end |
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def global_replication_group_id @global_replication_group_id end |
#members ⇒ ::Array[Types::GlobalReplicationGroupMember]
Returns the value of attribute members.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def members @members end |
#status ⇒ ::String
Returns the value of attribute status.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def status @status end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def transit_encryption_enabled @transit_encryption_enabled end |