amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.SSM.Types.ResultAttribute

Description

 
Synopsis

Documentation

data ResultAttribute Source #

The inventory item result attribute.

See: newResultAttribute smart constructor.

Constructors

ResultAttribute' 

Fields

  • typeName :: Text

    Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

Instances

Instances details
ToJSON ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Generic ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Associated Types

type Rep ResultAttribute :: Type -> Type #

Read ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Show ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

NFData ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Methods

rnf :: ResultAttribute -> () #

Eq ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Hashable ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

type Rep ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

type Rep ResultAttribute = D1 ('MetaData "ResultAttribute" "Amazonka.SSM.Types.ResultAttribute" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ResultAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResultAttribute Source #

Create a value of ResultAttribute 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:typeName:ResultAttribute', resultAttribute_typeName - Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

resultAttribute_typeName :: Lens' ResultAttribute Text Source #

Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.