amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Description

 
Synopsis

Documentation

data AttributeGroupDetails Source #

The details related to a specific AttributeGroup.

See: newAttributeGroupDetails smart constructor.

Constructors

AttributeGroupDetails' 

Fields

  • arn :: Maybe Text

    The Amazon resource name (ARN) that specifies the attribute group.

  • id :: Maybe Text

    The unique identifier of the attribute group.

  • name :: Maybe Text

    This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

    The name of the attribute group.

Instances

Instances details
FromJSON AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Generic AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Associated Types

type Rep AttributeGroupDetails :: Type -> Type #

Read AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Show AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

NFData AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Methods

rnf :: AttributeGroupDetails -> () #

Eq AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Hashable AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

type Rep AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

type Rep AttributeGroupDetails = D1 ('MetaData "AttributeGroupDetails" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AttributeGroupDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.