Class: Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Includes:
- Structure
- Defined in:
- 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.
13389 13390 13391 13392 13393 13394 |
# File 'lib/aws-sdk-rds/types.rb', line 13389 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`.
13389 13390 13391 13392 13393 13394 |
# File 'lib/aws-sdk-rds/types.rb', line 13389 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end |