Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ManagedResourceSummary Source #
Summary information about a managed resource.
See: newManagedResourceSummary
smart constructor.
ManagedResourceSummary' | |
|
Instances
newManagedResourceSummary :: ManagedResourceSummary Source #
Create a value of ManagedResourceSummary
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:associationCount:ManagedResourceSummary'
, managedResourceSummary_associationCount
- Number of resources associated with licenses.
$sel:resourceType:ManagedResourceSummary'
, managedResourceSummary_resourceType
- Type of resource associated with a license.
managedResourceSummary_associationCount :: Lens' ManagedResourceSummary (Maybe Integer) Source #
Number of resources associated with licenses.
managedResourceSummary_resourceType :: Lens' ManagedResourceSummary (Maybe ResourceType) Source #
Type of resource associated with a license.