Class: Aws::Types::DescribeDBClusterParametersMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2003
2004
2005
# File 'sig/types.rbs', line 2003

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def max_records
  @max_records
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def source
  @source
end