Class: Aws::RDS::Types::OptionGroups

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

List of option groups.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


10384
10385
10386
10387
10388
# File 'lib/aws-sdk-rds/types.rb', line 10384

class OptionGroups < Struct.new(
  :option_groups_list,
  :marker)
  include Aws::Structure
end

#option_groups_listArray<Types::OptionGroup>

List of option groups.

Returns:



10384
10385
10386
10387
10388
# File 'lib/aws-sdk-rds/types.rb', line 10384

class OptionGroups < Struct.new(
  :option_groups_list,
  :marker)
  include Aws::Structure
end