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

Description

 
Synopsis

Documentation

data AttachmentInformation Source #

An attribute of an attachment, such as the attachment name.

See: newAttachmentInformation smart constructor.

Constructors

AttachmentInformation' 

Fields

Instances

Instances details
Eq AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Read AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Show AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Generic AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Associated Types

type Rep AttachmentInformation :: Type -> Type #

NFData AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

Methods

rnf :: AttachmentInformation -> () #

Hashable AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

FromJSON AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

type Rep AttachmentInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentInformation

type Rep AttachmentInformation = D1 ('MetaData "AttachmentInformation" "Amazonka.SSM.Types.AttachmentInformation" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "AttachmentInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAttachmentInformation :: AttachmentInformation Source #

Create a value of AttachmentInformation 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:name:AttachmentInformation', attachmentInformation_name - The name of the attachment.