Class: Aws::Types::DescribeDBEngineVersionsMessage

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)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def db_parameter_group_family
  @db_parameter_group_family
end

#default_onlyBoolean

Returns the value of attribute default_only.

Returns:

  • (Boolean)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def default_only
  @default_only
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def engine_version
  @engine_version
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2045
2046
2047
# File 'sig/types.rbs', line 2045

def filters
  @filters
end

#include_allBoolean

Returns the value of attribute include_all.

Returns:

  • (Boolean)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def include_all
  @include_all
end

#list_supported_character_setsBoolean

Returns the value of attribute list_supported_character_sets.

Returns:

  • (Boolean)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def list_supported_character_sets
  @list_supported_character_sets
end

#list_supported_timezonesBoolean

Returns the value of attribute list_supported_timezones.

Returns:

  • (Boolean)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def list_supported_timezones
  @list_supported_timezones
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def max_records
  @max_records
end