Class: Aws::FreeTier::Types::UpgradeAccountPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::UpgradeAccountPlanRequest
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_plan_type ⇒ String
The target account plan type.
Instance Attribute Details
#account_plan_type ⇒ String
The target account plan type. This makes it explicit about the
change and latest value of the accountPlanType
.
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 |