Class: Aws::FreeTier::Types::UpgradeAccountPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::UpgradeAccountPlanResponse
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
A unique identifier that identifies the account.
-
#account_plan_status ⇒ String
This indicates the latest state of the account plan within its lifecycle.
-
#account_plan_type ⇒ String
The type of plan for the account.
Instance Attribute Details
#account_id ⇒ String
A unique identifier that identifies the account.
545 546 547 548 549 550 551 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 545 class UpgradeAccountPlanResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status) SENSITIVE = [] include Aws::Structure end |
#account_plan_status ⇒ String
This indicates the latest state of the account plan within its lifecycle.
545 546 547 548 549 550 551 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 545 class UpgradeAccountPlanResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status) SENSITIVE = [] include Aws::Structure end |
#account_plan_type ⇒ String
The type of plan for the account.
545 546 547 548 549 550 551 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 545 class UpgradeAccountPlanResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status) SENSITIVE = [] include Aws::Structure end |