Class: Aws::RDS::Types::DescribeDBProxiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxiesArray<Types::DBProxy>

A return value representing an arbitrary number of DBProxy data structures.

Returns:



12861
12862
12863
12864
12865
12866
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12861

class DescribeDBProxiesResponse < Struct.new(
  :db_proxies,
  :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)


12861
12862
12863
12864
12865
12866
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12861

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