Class: Aws::Types::DescribeOptionGroupsMessage

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)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def engine_name
  @engine_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2357
2358
2359
# File 'sig/types.rbs', line 2357

def filters
  @filters
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def major_engine_version
  @major_engine_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2358
2359
2360
# File 'sig/types.rbs', line 2358

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def max_records
  @max_records
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def option_group_name
  @option_group_name
end