Class: Aws::Types::DescribeDBClusterEndpointsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterEndpointsMessage
- 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.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_cluster_endpoint_identifier ⇒ ::String
Returns the value of attribute db_cluster_endpoint_identifier.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def db_cluster_endpoint_identifier @db_cluster_endpoint_identifier end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def db_cluster_identifier @db_cluster_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def max_records @max_records end |