Class: Aws::RDS::Types::PurchaseReservedDBInstancesOfferingMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_countInteger

The number of instances to reserve.

Default: 1

Returns:

  • (Integer)


21619
21620
21621
21622
21623
21624
21625
21626
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21619

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_idString

Customer-specified identifier to track this reservation.

Example: myreservationID

Returns:

  • (String)


21619
21620
21621
21622
21623
21624
21625
21626
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21619

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_idString

The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

Returns:

  • (String)


21619
21620
21621
21622
21623
21624
21625
21626
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21619

class PurchaseReservedDBInstancesOfferingMessage < Struct.new(
  :reserved_db_instances_offering_id,
  :reserved_db_instance_id,
  :db_instance_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<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.

Returns:



21619
21620
21621
21622
21623
21624
21625
21626
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21619

class PurchaseReservedDBInstancesOfferingMessage < Struct.new(
  :reserved_db_instances_offering_id,
  :reserved_db_instance_id,
  :db_instance_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end