Class: Aws::Types::DBClusterEndpointMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterEndpointMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_endpoints ⇒ ::Array[Types::DBClusterEndpoint]
Returns the value of attribute db_cluster_endpoints.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_cluster_endpoints ⇒ ::Array[Types::DBClusterEndpoint]
Returns the value of attribute db_cluster_endpoints.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def db_cluster_endpoints @db_cluster_endpoints end |
#marker ⇒ ::String
Returns the value of attribute marker.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def marker @marker end |