libZSservicesZSamazonka-ssmZSamazonka-ssm
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.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
Eq ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Read ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Show 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 #

NFData ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

Methods

rnf :: ResultAttribute -> () #

Hashable ResultAttribute Source # 
Instance details

Defined in Amazonka.SSM.Types.ResultAttribute

ToJSON 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" "libZSservicesZSamazonka-ssmZSamazonka-ssm" '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.