Class: Aws::Types::SimulationAppPortMapping
- Inherits:
-
Object
- Object
- Aws::Types::SimulationAppPortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual ⇒ ::Integer
Returns the value of attribute actual.
-
#declared ⇒ ::Integer
Returns the value of attribute declared.
Instance Attribute Details
#actual ⇒ ::Integer
Returns the value of attribute actual.
202 203 204 |
# File 'sig/types.rbs', line 202 def actual @actual end |
#declared ⇒ ::Integer
Returns the value of attribute declared.
203 204 205 |
# File 'sig/types.rbs', line 203 def declared @declared end |