Class: Aws::RDS::Types::OptionGroupOptionsMessage

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

Overview

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)


11495
11496
11497
11498
11499
# File 'lib/aws-sdk-rds/types.rb', line 11495

class OptionGroupOptionsMessage < Struct.new(
  :option_group_options,
  :marker)
  include Aws::Structure
end

#option_group_optionsArray<Types::OptionGroupOption>

List of available option group options.

Returns:



11495
11496
11497
11498
11499
# File 'lib/aws-sdk-rds/types.rb', line 11495

class OptionGroupOptionsMessage < Struct.new(
  :option_group_options,
  :marker)
  include Aws::Structure
end