Class: Aws::RedshiftServerless::Types::CreateReservationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityInteger

The number of Redshift Processing Units (RPUs) to reserve.

Returns:

  • (Integer)


364
365
366
367
368
369
370
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 364

class CreateReservationRequest < Struct.new(
  :capacity,
  :client_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. This token must be a valid UUIDv4 value. For more information about idempotency, see [ Making retries safe with idempotent APIs ][1].

**A suitable default value is auto-generated.** You should normally not need to pass this option.

[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/

Returns:

  • (String)


364
365
366
367
368
369
370
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 364

class CreateReservationRequest < Struct.new(
  :capacity,
  :client_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the offering associated with the reservation. The offering determines the payment schedule for the reservation.

Returns:

  • (String)


364
365
366
367
368
369
370
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 364

class CreateReservationRequest < Struct.new(
  :capacity,
  :client_token,
  :offering_id)
  SENSITIVE = []
  include Aws::Structure
end