| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.BatchJobDefinitionNodeRangeProperty
Synopsis
- data BatchJobDefinitionNodeRangeProperty = BatchJobDefinitionNodeRangeProperty {}
- batchJobDefinitionNodeRangeProperty :: Val Text -> BatchJobDefinitionNodeRangeProperty
- bjdnrpContainer :: Lens' BatchJobDefinitionNodeRangeProperty (Maybe BatchJobDefinitionContainerProperties)
- bjdnrpTargetNodes :: Lens' BatchJobDefinitionNodeRangeProperty (Val Text)
Documentation
data BatchJobDefinitionNodeRangeProperty #
Full data type definition for BatchJobDefinitionNodeRangeProperty. See
batchJobDefinitionNodeRangeProperty for a more convenient constructor.
Constructors
| BatchJobDefinitionNodeRangeProperty | |
batchJobDefinitionNodeRangeProperty #
Arguments
| :: Val Text | |
| -> BatchJobDefinitionNodeRangeProperty |
Constructor for BatchJobDefinitionNodeRangeProperty containing required
fields as arguments.