Class: Aws::Types::UpgradeAccountPlanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def 
  @account_id
end

#account_plan_status"NOT_STARTED", ...

Returns the value of attribute account_plan_status.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def 
  @account_plan_status
end

#account_plan_type"FREE", "PAID"

Returns the value of attribute account_plan_type.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def 
  @account_plan_type
end