Class: Aws::Types::ComputeEnvironmentOrder
- Inherits:
-
Object
- Object
- Aws::Types::ComputeEnvironmentOrder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment ⇒ ::String
Returns the value of attribute compute_environment.
-
#order ⇒ ::Integer
Returns the value of attribute order.
Instance Attribute Details
#compute_environment ⇒ ::String
Returns the value of attribute compute_environment.
109 110 111 |
# File 'sig/types.rbs', line 109 def compute_environment @compute_environment end |
#order ⇒ ::Integer
Returns the value of attribute order.
108 109 110 |
# File 'sig/types.rbs', line 108 def order @order end |