Class: Aws::Types::ComputeEnvironmentOrder

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment::String

Returns the value of attribute compute_environment.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def compute_environment
  @compute_environment
end

#order::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def order
  @order
end