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)


11515
11516
11517
11518
11519
# File 'lib/aws-sdk-rds/types.rb', line 11515

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

#option_groups_listArray<Types::OptionGroup>

List of option groups.

Returns:



11515
11516
11517
11518
11519
# File 'lib/aws-sdk-rds/types.rb', line 11515

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