| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.BatchJobQueueComputeEnvironmentOrder
Synopsis
- data BatchJobQueueComputeEnvironmentOrder = BatchJobQueueComputeEnvironmentOrder {}
- batchJobQueueComputeEnvironmentOrder :: Val Text -> Val Integer -> BatchJobQueueComputeEnvironmentOrder
- bjqceoComputeEnvironment :: Lens' BatchJobQueueComputeEnvironmentOrder (Val Text)
- bjqceoOrder :: Lens' BatchJobQueueComputeEnvironmentOrder (Val Integer)
Documentation
data BatchJobQueueComputeEnvironmentOrder #
Full data type definition for BatchJobQueueComputeEnvironmentOrder. See
batchJobQueueComputeEnvironmentOrder for a more convenient constructor.
Constructors
| BatchJobQueueComputeEnvironmentOrder | |
batchJobQueueComputeEnvironmentOrder #
Arguments
| :: Val Text | |
| -> Val Integer | |
| -> BatchJobQueueComputeEnvironmentOrder |
Constructor for BatchJobQueueComputeEnvironmentOrder containing
required fields as arguments.