Class: Aws::Types::GlobalCluster
- Inherits:
-
Object
- Object
- Aws::Types::GlobalCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#failover_state ⇒ Types::FailoverState
Returns the value of attribute failover_state.
-
#global_cluster_arn ⇒ ::String
Returns the value of attribute global_cluster_arn.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#global_cluster_members ⇒ ::Array[Types::GlobalClusterMember]
Returns the value of attribute global_cluster_members.
-
#global_cluster_resource_id ⇒ ::String
Returns the value of attribute global_cluster_resource_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def database_name @database_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def deletion_protection @deletion_protection end |
#engine ⇒ ::String
Returns the value of attribute engine.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def engine_version @engine_version end |
#failover_state ⇒ Types::FailoverState
Returns the value of attribute failover_state.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def failover_state @failover_state end |
#global_cluster_arn ⇒ ::String
Returns the value of attribute global_cluster_arn.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def global_cluster_arn @global_cluster_arn end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def global_cluster_identifier @global_cluster_identifier end |
#global_cluster_members ⇒ ::Array[Types::GlobalClusterMember]
Returns the value of attribute global_cluster_members.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def global_cluster_members @global_cluster_members end |
#global_cluster_resource_id ⇒ ::String
Returns the value of attribute global_cluster_resource_id.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def global_cluster_resource_id @global_cluster_resource_id end |
#status ⇒ ::String
Returns the value of attribute status.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def storage_encrypted @storage_encrypted end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def tag_list @tag_list end |