Class: Aws::RDS::Types::ReservedDBInstancesOffering

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

Overview

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the reserved DB instance offering.

Returns:

  • (String)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_classString

The DB instance class for the reserved DB instance.

Returns:

  • (String)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration of the offering in seconds.

Returns:

  • (Integer)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

The fixed price charged for this offering.

Returns:

  • (Float)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#multi_azBoolean

Indicates whether the offering applies to Multi-AZ deployments.

Returns:

  • (Boolean)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

The offering type.

Returns:

  • (String)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#product_descriptionString

The database engine used by the offering.

Returns:

  • (String)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:



21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_db_instances_offering_idString

The offering identifier.

Returns:

  • (String)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#usage_priceFloat

The hourly price charged for this offering.

Returns:

  • (Float)


21936
21937
21938
21939
21940
21941
21942
21943
21944
21945
21946
21947
21948
21949
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21936

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end