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)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def db_parameter_group_family
  @db_parameter_group_family
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def marker
  @marker
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



1023
1024
1025
# File 'sig/types.rbs', line 1023

def parameters
  @parameters
end