Class: Aws::Types::ModifyDBClusterEndpointMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBClusterEndpointMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
-
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
-
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
-
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
Instance Attribute Details
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def static_members @static_members end |