Class: Aws::RDS::Types::OptionGroupOptionsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::OptionGroupOptionsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 - 
  
    
      #option_group_options  ⇒ Array<Types::OptionGroupOption> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of available option group options.
 
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`.
      20731 20732 20733 20734 20735 20736  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 20731 class OptionGroupOptionsMessage < Struct.new( :option_group_options, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#option_group_options ⇒ Array<Types::OptionGroupOption>
List of available option group options.
      20731 20732 20733 20734 20735 20736  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 20731 class OptionGroupOptionsMessage < Struct.new( :option_group_options, :marker) SENSITIVE = [] include Aws::Structure end  |