Class: Aws::RDS::Types::DescribeDBProxyEndpointsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_endpointsArray<Types::DBProxyEndpoint>

The list of ‘ProxyEndpoint` objects returned by the API operation.

Returns:



12970
12971
12972
12973
12974
12975
# File 'lib/aws-sdk-rds/types.rb', line 12970

class DescribeDBProxyEndpointsResponse < Struct.new(
  :db_proxy_endpoints,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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`.

Returns:

  • (String)


12970
12971
12972
12973
12974
12975
# File 'lib/aws-sdk-rds/types.rb', line 12970

class DescribeDBProxyEndpointsResponse < Struct.new(
  :db_proxy_endpoints,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end