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

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

Overview

List of option groups.

Constant Summary collapse

SENSITIVE =
[]

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)


20157
20158
20159
20160
20161
20162
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20157

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

#option_groups_listArray<Types::OptionGroup>

List of option groups.

Returns:



20157
20158
20159
20160
20161
20162
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20157

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