Class: Aws::Types::ServiceEnvironmentOrder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#order::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def order
  @order
end

#service_environment::String

Returns the value of attribute service_environment.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def service_environment
  @service_environment
end