Class: Aws::FreeTier::Types::UpgradeAccountPlanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_plan_typeString

The target account plan type. This makes it explicit about the change and latest value of the accountPlanType.

Returns:

  • (String)


524
525
526
527
528
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 524

class UpgradeAccountPlanRequest < Struct.new(
  :account_plan_type)
  SENSITIVE = []
  include Aws::Structure
end