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.ListGroupResourcesItem

Description

 
Synopsis

Documentation

data ListGroupResourcesItem Source #

A structure returned by the ListGroupResources operation that contains identity and group membership status information for one of the resources in the group.

See: newListGroupResourcesItem smart constructor.

Constructors

ListGroupResourcesItem' 

Fields

Instances

Instances details
Eq ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

Read ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

Show ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

Generic ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

Associated Types

type Rep ListGroupResourcesItem :: Type -> Type #

NFData ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

Methods

rnf :: ListGroupResourcesItem -> () #

Hashable ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

FromJSON ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

type Rep ListGroupResourcesItem Source # 
Instance details

Defined in Amazonka.ResourceGroups.Types.ListGroupResourcesItem

type Rep ListGroupResourcesItem = D1 ('MetaData "ListGroupResourcesItem" "Amazonka.ResourceGroups.Types.ListGroupResourcesItem" "libZSservicesZSamazonka-resourcegroupsZSamazonka-resourcegroups" 'False) (C1 ('MetaCons "ListGroupResourcesItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatus)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceIdentifier))))

newListGroupResourcesItem :: ListGroupResourcesItem Source #

Create a value of ListGroupResourcesItem 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:status:ListGroupResourcesItem', listGroupResourcesItem_status - A structure that contains the status of this resource's membership in the group.

This field is present in the response only if the group is of type AWS::EC2::HostManagement.

$sel:identifier:ListGroupResourcesItem', listGroupResourcesItem_identifier - Undocumented member.

listGroupResourcesItem_status :: Lens' ListGroupResourcesItem (Maybe ResourceStatus) Source #

A structure that contains the status of this resource's membership in the group.

This field is present in the response only if the group is of type AWS::EC2::HostManagement.