Class: Aws::Types::DescribeEngineDefaultParametersMessage

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_family::String

Returns the value of attribute db_parameter_group_family.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def db_parameter_group_family
  @db_parameter_group_family
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2277
2278
2279
# File 'sig/types.rbs', line 2277

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def max_records
  @max_records
end