Class: Aws::RDS::Types::PurchaseReservedDBInstancesOfferingMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::PurchaseReservedDBInstancesOfferingMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances to reserve.
 - 
  
    
      #reserved_db_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Customer-specified identifier to track this reservation.
 - 
  
    
      #reserved_db_instances_offering_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Reserved DB instance offering to purchase.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags.
 
Instance Attribute Details
#db_instance_count ⇒ Integer
The number of instances to reserve.
Default: ‘1`
      21854 21855 21856 21857 21858 21859 21860 21861  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 21854 class PurchaseReservedDBInstancesOfferingMessage < Struct.new( :reserved_db_instances_offering_id, :reserved_db_instance_id, :db_instance_count, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#reserved_db_instance_id ⇒ String
Customer-specified identifier to track this reservation.
Example: myreservationID
      21854 21855 21856 21857 21858 21859 21860 21861  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 21854 class PurchaseReservedDBInstancesOfferingMessage < Struct.new( :reserved_db_instances_offering_id, :reserved_db_instance_id, :db_instance_count, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#reserved_db_instances_offering_id ⇒ String
The ID of the Reserved DB instance offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
      21854 21855 21856 21857 21858 21859 21860 21861  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 21854 class PurchaseReservedDBInstancesOfferingMessage < Struct.new( :reserved_db_instances_offering_id, :reserved_db_instance_id, :db_instance_count, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of tags.
For more information, see [Tagging Amazon RDS resources] in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources] in the *Amazon Aurora User Guide*.
[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html [2]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
      21854 21855 21856 21857 21858 21859 21860 21861  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 21854 class PurchaseReservedDBInstancesOfferingMessage < Struct.new( :reserved_db_instances_offering_id, :reserved_db_instance_id, :db_instance_count, :tags) SENSITIVE = [] include Aws::Structure end  |