Class: Aws::Types::CreateDBClusterEndpointMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBClusterEndpointMessage
- 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.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
127 128 129 |
# File 'sig/types.rbs', line 127 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
126 127 128 |
# File 'sig/types.rbs', line 126 def db_cluster_identifier @db_cluster_identifier end |
#endpoint_type ⇒ ::String
Returns the value of attribute endpoint_type.
128 129 130 |
# File 'sig/types.rbs', line 128 def endpoint_type @endpoint_type end |
#excluded_members ⇒ ::Array[::String]
Returns the value of attribute excluded_members.
130 131 132 |
# File 'sig/types.rbs', line 130 def excluded_members @excluded_members end |
#static_members ⇒ ::Array[::String]
Returns the value of attribute static_members.
129 130 131 |
# File 'sig/types.rbs', line 129 def static_members @static_members end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
131 132 133 |
# File 'sig/types.rbs', line 131 def @tags end |