Class: Aws::Types::DescribeEngineVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_only ⇒ Boolean

Returns the value of attribute default_only.

Returns:

  • (Boolean)


384
385
386
# File 'sig/types.rbs', line 384

def default_only
  @default_only
end

#engine ⇒ ::String

Returns the value of attribute engine.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def engine
  @engine
end

#engine_version ⇒ ::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def engine_version
  @engine_version
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


382
383
384
# File 'sig/types.rbs', line 382

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def next_token
  @next_token
end

#parameter_group_family ⇒ ::String

Returns the value of attribute parameter_group_family.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def parameter_group_family
  @parameter_group_family
end