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`.
20632 20633 20634 20635 20636 20637 |
# File 'lib/aws-sdk-rds/types.rb', line 20632 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end |
#option_groups_list ⇒ Array<Types::OptionGroup>
List of option groups.
20632 20633 20634 20635 20636 20637 |
# File 'lib/aws-sdk-rds/types.rb', line 20632 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end |