Class: Aws::Types::DescribeDBParameterGroupsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def db_parameter_group_name
  @db_parameter_group_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



883
884
885
# File 'sig/types.rbs', line 883

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def max_records
  @max_records
end