Class: Aws::RDS::Types::OptionGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::OptionGroups
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
List of option groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#option_groups_list ⇒ Array<Types::OptionGroup>
List of option groups.
Instance Attribute Details
#marker ⇒ String
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`.
20667 20668 20669 20670 20671 20672 |
# File 'lib/aws-sdk-rds/types.rb', line 20667 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end |
#option_groups_list ⇒ Array<Types::OptionGroup>
List of option groups.
20667 20668 20669 20670 20671 20672 |
# File 'lib/aws-sdk-rds/types.rb', line 20667 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end |