Class: Aws::Types::FreeTrialAccountInfo
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialAccountInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#free_trial_info ⇒ ::Array[Types::FreeTrialInfo]
Returns the value of attribute free_trial_info.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def account_id @account_id end |
#free_trial_info ⇒ ::Array[Types::FreeTrialInfo]
Returns the value of attribute free_trial_info.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def free_trial_info @free_trial_info end |