Class: Aws::RDS::Types::DescribeDBProxyTargetsResponse

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

#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)


13047
13048
13049
13050
13051
13052
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13047

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

#targetsArray<Types::DBProxyTarget>

An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.

Returns:



13047
13048
13049
13050
13051
13052
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13047

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