| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.InstanceCount
Description
Documentation
data InstanceCount Source #
Describes a Reserved Instance listing state.
See: newInstanceCount smart constructor.
Constructors
| InstanceCount' | |
Fields
| |
Instances
newInstanceCount :: InstanceCount Source #
Create a value of InstanceCount with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceCount:InstanceCount', instanceCount_instanceCount - The number of listed Reserved Instances in the state specified by the
state.
$sel:state:InstanceCount', instanceCount_state - The states of the listed Reserved Instances.
instanceCount_instanceCount :: Lens' InstanceCount (Maybe Int) Source #
The number of listed Reserved Instances in the state specified by the
state.
instanceCount_state :: Lens' InstanceCount (Maybe ListingState) Source #
The states of the listed Reserved Instances.