Class: Aws::Types::AccountFreeTrialInfo
- Inherits:
-
Object
- Object
- Aws::Types::AccountFreeTrialInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#data_sources ⇒ Types::DataSourcesFreeTrial
Returns the value of attribute data_sources.
-
#features ⇒ ::Array[Types::FreeTrialFeatureConfigurationResult]
Returns the value of attribute features.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
71 72 73 |
# File 'sig/types.rbs', line 71 def account_id @account_id end |
#data_sources ⇒ Types::DataSourcesFreeTrial
Returns the value of attribute data_sources.
72 73 74 |
# File 'sig/types.rbs', line 72 def data_sources @data_sources end |
#features ⇒ ::Array[Types::FreeTrialFeatureConfigurationResult]
Returns the value of attribute features.
73 74 75 |
# File 'sig/types.rbs', line 73 def features @features end |