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`.
| 20337 20338 20339 20340 20341 20342 | # File 'lib/aws-sdk-rds/types.rb', line 20337 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end | 
#option_groups_list ⇒ Array<Types::OptionGroup>
List of option groups.
| 20337 20338 20339 20340 20341 20342 | # File 'lib/aws-sdk-rds/types.rb', line 20337 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end |