| 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.ServiceCatalogAppRegistry.Types.AttributeGroupDetails
Description
Synopsis
- data AttributeGroupDetails = AttributeGroupDetails' {}
- newAttributeGroupDetails :: AttributeGroupDetails
- attributeGroupDetails_arn :: Lens' AttributeGroupDetails (Maybe Text)
- attributeGroupDetails_id :: Lens' AttributeGroupDetails (Maybe Text)
- attributeGroupDetails_name :: Lens' AttributeGroupDetails (Maybe Text)
Documentation
data AttributeGroupDetails Source #
The details related to a specific AttributeGroup.
See: newAttributeGroupDetails smart constructor.
Constructors
| AttributeGroupDetails' | |
Fields
| |
Instances
newAttributeGroupDetails :: AttributeGroupDetails Source #
Create a value of AttributeGroupDetails 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:arn:AttributeGroupDetails', attributeGroupDetails_arn - The Amazon resource name (ARN) that specifies the attribute group.
$sel:id:AttributeGroupDetails', attributeGroupDetails_id - The unique identifier of the attribute group.
$sel:name:AttributeGroupDetails', attributeGroupDetails_name - This field is no longer supported. We recommend you don't use the field
when using ListAttributeGroupsForApplication.
The name of the attribute group.
attributeGroupDetails_arn :: Lens' AttributeGroupDetails (Maybe Text) Source #
The Amazon resource name (ARN) that specifies the attribute group.
attributeGroupDetails_id :: Lens' AttributeGroupDetails (Maybe Text) Source #
The unique identifier of the attribute group.
attributeGroupDetails_name :: Lens' AttributeGroupDetails (Maybe Text) Source #
This field is no longer supported. We recommend you don't use the field
when using ListAttributeGroupsForApplication.
The name of the attribute group.