libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ResourceGroups.Types.GroupIdentifier

Description

 
Synopsis

Documentation

data GroupIdentifier Source #

The unique identifiers for a resource group.

See: newGroupIdentifier smart constructor.

Constructors

GroupIdentifier' 

Fields

Instances

Instances details
Eq GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

Read GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

Show GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

Generic GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

Associated Types

type Rep GroupIdentifier :: Type -> Type #

NFData GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

Methods

rnf :: GroupIdentifier -> () #

Hashable GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

FromJSON GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

type Rep GroupIdentifier Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.GroupIdentifier

type Rep GroupIdentifier = D1 ('MetaData "GroupIdentifier" "Amazonka.ResourceGroups.Types.GroupIdentifier" "libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups" 'False) (C1 ('MetaCons "GroupIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGroupIdentifier :: GroupIdentifier Source #

Create a value of GroupIdentifier 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:groupArn:GroupIdentifier', groupIdentifier_groupArn - The ARN of the resource group.

$sel:groupName:GroupIdentifier', groupIdentifier_groupName - The name of the resource group.

groupIdentifier_groupArn :: Lens' GroupIdentifier (Maybe Text) Source #

The ARN of the resource group.

groupIdentifier_groupName :: Lens' GroupIdentifier (Maybe Text) Source #

The name of the resource group.