Class: Aws::Types::DescribeDBClusterEndpointsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_endpoint_identifier::String

Returns the value of attribute db_cluster_endpoint_identifier.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def db_cluster_endpoint_identifier
  @db_cluster_endpoint_identifier
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def db_cluster_identifier
  @db_cluster_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


808
809
810
# File 'sig/types.rbs', line 808

def max_records
  @max_records
end