Class: Aws::RDS::Types::OptionGroups
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::OptionGroups
 
 
- Defined in:
 - gems/aws-sdk-rds/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.
      21478 21479 21480 21481 21482 21483  | 
    
      # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21478 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#option_groups_list ⇒ Array<Types::OptionGroup>
List of option groups.
      21478 21479 21480 21481 21482 21483  | 
    
      # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21478 class OptionGroups < Struct.new( :option_groups_list, :marker) SENSITIVE = [] include Aws::Structure end  |