Class: Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy_endpoints ⇒ Array<Types::DBProxyEndpoint>
The list of
ProxyEndpoint
objects returned by the API operation. -
#marker ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#db_proxy_endpoints ⇒ Array<Types::DBProxyEndpoint>
The list of ProxyEndpoint
objects returned by the API operation.
13478 13479 13480 13481 13482 13483 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13478 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond
the marker, up to the value specified by MaxRecords
.
13478 13479 13480 13481 13482 13483 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13478 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end |