Class: Aws::Types::DescribeOptionGroupOptionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_name::String

Returns the value of attribute engine_name.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def engine_name
  @engine_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2349
2350
2351
# File 'sig/types.rbs', line 2349

def filters
  @filters
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def major_engine_version
  @major_engine_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def max_records
  @max_records
end