Class: Aws::RDS::Types::DBClusterEndpointMessage

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_cluster_endpointsArray<Types::DBClusterEndpoint>

Contains the details of the endpoints associated with the cluster and matching any filter conditions.

Returns:



7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-rds/types.rb', line 7496

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

#markerString

An optional pagination token provided by a previous ‘DescribeDBClusterEndpoints` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.

Returns:

  • (String)


7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-rds/types.rb', line 7496

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