Class: Aws::Types::DescribeCacheEngineVersionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_group_family::String

Returns the value of attribute cache_parameter_group_family.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def cache_parameter_group_family
  @cache_parameter_group_family
end

#default_onlyBoolean

Returns the value of attribute default_only.

Returns:

  • (Boolean)


706
707
708
# File 'sig/types.rbs', line 706

def default_only
  @default_only
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def engine_version
  @engine_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


704
705
706
# File 'sig/types.rbs', line 704

def max_records
  @max_records
end