Class: Aws::SavingsPlans::Types::ReturnSavingsPlanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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

Returns:

  • (String)


471
472
473
474
475
476
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 471

class ReturnSavingsPlanRequest < Struct.new(
  :savings_plan_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plan_idString

The ID of the Savings Plan.

Returns:

  • (String)


471
472
473
474
475
476
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 471

class ReturnSavingsPlanRequest < Struct.new(
  :savings_plan_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end