Class: Aws::Types::GetAccountPlanStateResponse

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:



88
89
90
# File 'sig/types.rbs', line 88

def 
  @account_id
end

#account_plan_expiration_date::Time

Returns the value of attribute account_plan_expiration_date.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def 
  @account_plan_expiration_date
end

#account_plan_remaining_creditsTypes::MonetaryAmount

Returns the value of attribute account_plan_remaining_credits.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def 
  @account_plan_remaining_credits
end

#account_plan_status"NOT_STARTED", ...

Returns the value of attribute account_plan_status.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def 
  @account_plan_status
end

#account_plan_type"FREE", "PAID"

Returns the value of attribute account_plan_type.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def 
  @account_plan_type
end