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.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#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.
-
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
-
#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.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def database_name @database_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def deletion_protection @deletion_protection end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def engine_version @engine_version end |
#failover_state ⇒ Types::FailoverState
Returns the value of attribute failover_state.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def failover_state @failover_state end |
#global_cluster_arn ⇒ ::String
Returns the value of attribute global_cluster_arn.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def global_cluster_arn @global_cluster_arn end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def global_cluster_identifier @global_cluster_identifier end |
#global_cluster_members ⇒ ::Array[Types::GlobalClusterMember]
Returns the value of attribute global_cluster_members.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def global_cluster_members @global_cluster_members end |
#global_cluster_resource_id ⇒ ::String
Returns the value of attribute global_cluster_resource_id.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def global_cluster_resource_id @global_cluster_resource_id end |
#status ⇒ ::String
Returns the value of attribute status.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def storage_encrypted @storage_encrypted end |
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def storage_encryption_type @storage_encryption_type end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def tag_list @tag_list end |