Class: Aws::RDS::Types::ReservedDBInstancesOfferingMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ReservedDBInstancesOfferingMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Contains the result of a successful invocation of the ‘DescribeReservedDBInstancesOfferings` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 - 
  
    
      #reserved_db_instances_offerings  ⇒ Array<Types::ReservedDBInstancesOffering> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of reserved DB instance offerings.
 
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`.
      22596 22597 22598 22599 22600 22601  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22596 class ReservedDBInstancesOfferingMessage < Struct.new( :marker, :reserved_db_instances_offerings) SENSITIVE = [] include Aws::Structure end  | 
  
#reserved_db_instances_offerings ⇒ Array<Types::ReservedDBInstancesOffering>
A list of reserved DB instance offerings.
      22596 22597 22598 22599 22600 22601  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22596 class ReservedDBInstancesOfferingMessage < Struct.new( :marker, :reserved_db_instances_offerings) SENSITIVE = [] include Aws::Structure end  |