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.
839 840 841 |
# File 'sig/types.rbs', line 839 def database_name @database_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
841 842 843 |
# File 'sig/types.rbs', line 841 def deletion_protection @deletion_protection end |
#engine ⇒ ::String
Returns the value of attribute engine.
837 838 839 |
# File 'sig/types.rbs', line 837 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
838 839 840 |
# File 'sig/types.rbs', line 838 def engine_version @engine_version end |
#failover_state ⇒ Types::FailoverState
Returns the value of attribute failover_state.
843 844 845 |
# File 'sig/types.rbs', line 843 def failover_state @failover_state end |
#global_cluster_arn ⇒ ::String
Returns the value of attribute global_cluster_arn.
835 836 837 |
# File 'sig/types.rbs', line 835 def global_cluster_arn @global_cluster_arn end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
833 834 835 |
# File 'sig/types.rbs', line 833 def global_cluster_identifier @global_cluster_identifier end |
#global_cluster_members ⇒ ::Array[Types::GlobalClusterMember]
Returns the value of attribute global_cluster_members.
842 843 844 |
# File 'sig/types.rbs', line 842 def global_cluster_members @global_cluster_members end |
#global_cluster_resource_id ⇒ ::String
Returns the value of attribute global_cluster_resource_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def global_cluster_resource_id @global_cluster_resource_id end |
#status ⇒ ::String
Returns the value of attribute status.
836 837 838 |
# File 'sig/types.rbs', line 836 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
840 841 842 |
# File 'sig/types.rbs', line 840 def storage_encrypted @storage_encrypted end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
844 845 846 |
# File 'sig/types.rbs', line 844 def tag_list @tag_list end |