Class: Aws::Types::EngineDefaults

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)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def db_parameter_group_family
  @db_parameter_group_family
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def marker
  @marker
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



2536
2537
2538
# File 'sig/types.rbs', line 2536

def parameters
  @parameters
end