Class: Aws::RedshiftServerless::Types::ReservationOffering

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

The class of offering for the reservation. The offering class determines the payment schedule for the reservation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the offering.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration, in seconds, for which the reservation reserves the RPUs.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end

#hourly_chargeFloat

The rate you are charged for each hour the reservation is active.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The offering identifier.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

Determines the payment schedule for the reservation.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_chargeFloat

The up-front price you are charged for the reservation.



2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2708

class ReservationOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_charge,
  :offering_id,
  :offering_type,
  :upfront_charge)
  SENSITIVE = []
  include Aws::Structure
end