amazonka-rbin-2.0: Amazon Recycle Bin 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.RBin.Types.ResourceTag

Description

 
Synopsis

Documentation

data ResourceTag Source #

Information about the resource tags used to identify resources that are retained by the retention rule.

See: newResourceTag smart constructor.

Constructors

ResourceTag' 

Fields

Instances

Instances details
FromJSON ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

ToJSON ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

Generic ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

Associated Types

type Rep ResourceTag :: Type -> Type #

Read ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

Show ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

NFData ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

Methods

rnf :: ResourceTag -> () #

Eq ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

Hashable ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

type Rep ResourceTag Source # 
Instance details

Defined in Amazonka.RBin.Types.ResourceTag

type Rep ResourceTag = D1 ('MetaData "ResourceTag" "Amazonka.RBin.Types.ResourceTag" "amazonka-rbin-2.0-683M7qr6PFTBsVsY3OL2az" 'False) (C1 ('MetaCons "ResourceTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceTagValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceTag Source #

Create a value of ResourceTag 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:resourceTagValue:ResourceTag', resourceTag_resourceTagValue - The tag value.

$sel:resourceTagKey:ResourceTag', resourceTag_resourceTagKey - The tag key.