Class: Aws::Types::ServiceEnvironmentOrder
- Inherits:
-
Object
- Object
- Aws::Types::ServiceEnvironmentOrder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#order ⇒ ::Integer
Returns the value of attribute order.
-
#service_environment ⇒ ::String
Returns the value of attribute service_environment.
Instance Attribute Details
#order ⇒ ::Integer
Returns the value of attribute order.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def order @order end |
#service_environment ⇒ ::String
Returns the value of attribute service_environment.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def service_environment @service_environment end |