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.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def static_members @static_members end |