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

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

Overview

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)


20144
20145
20146
20147
20148
20149
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20144

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

#option_group_optionsArray<Types::OptionGroupOption>

List of available option group options.

Returns:



20144
20145
20146
20147
20148
20149
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20144

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