Class: Aws::Types::WebAppUnits
- Inherits:
-
Object
- Object
- Aws::Types::WebAppUnits
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Provisioned, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provisioned ⇒ ::Integer
Returns the value of attribute provisioned.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#provisioned ⇒ ::Integer
Returns the value of attribute provisioned.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def provisioned @provisioned end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def unknown @unknown end |