Class: Aws::Types::AccountFreeTrialStatus
- Inherits:
-
Object
- Object
- Aws::Types::AccountFreeTrialStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#evaluated_at ⇒ ::Time
Returns the value of attribute evaluated_at.
-
#free_trial_statuses ⇒ ::Array[Types::FreeTrialStatus]
Returns the value of attribute free_trial_statuses.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def account_id @account_id end |
#evaluated_at ⇒ ::Time
Returns the value of attribute evaluated_at.
58 59 60 |
# File 'sig/types.rbs', line 58 def evaluated_at @evaluated_at end |
#free_trial_statuses ⇒ ::Array[Types::FreeTrialStatus]
Returns the value of attribute free_trial_statuses.
59 60 61 |
# File 'sig/types.rbs', line 59 def free_trial_statuses @free_trial_statuses end |