Class: Aws::Types::FreeTrialFeatureConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialFeatureConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#free_trial_days_remaining ⇒ ::Integer
Returns the value of attribute free_trial_days_remaining.
-
#name ⇒ "FLOW_LOGS", ...
Returns the value of attribute name.
Instance Attribute Details
#free_trial_days_remaining ⇒ ::Integer
Returns the value of attribute free_trial_days_remaining.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def free_trial_days_remaining @free_trial_days_remaining end |
#name ⇒ "FLOW_LOGS", ...
Returns the value of attribute name.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def name @name end |