Class: Aws::FreeTier::Types::UpgradeAccountPlanResponse

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_idString

A unique identifier that identifies the account.

Returns:

  • (String)


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_statusString

This indicates the latest state of the account plan within its lifecycle.

Returns:

  • (String)


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_typeString

The type of plan for the account.

Returns:

  • (String)


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