Class: Aws::Types::DisallowedFeature
- Inherits:
-
Object
- Object
- Aws::Types::DisallowedFeature
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ ::String
Returns the value of attribute feature.
-
#required_pricing_plan ⇒ ::String
Returns the value of attribute required_pricing_plan.
Instance Attribute Details
#feature ⇒ ::String
Returns the value of attribute feature.
478 479 480 |
# File 'sig/types.rbs', line 478 def feature @feature end |
#required_pricing_plan ⇒ ::String
Returns the value of attribute required_pricing_plan.
479 480 481 |
# File 'sig/types.rbs', line 479 def required_pricing_plan @required_pricing_plan end |