libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.Types.S3SnapshotAsset

Description

 
Synopsis

Documentation

data S3SnapshotAsset Source #

The S3 object that is the asset.

See: newS3SnapshotAsset smart constructor.

Constructors

S3SnapshotAsset' 

Fields

  • size :: Double

    The size of the S3 object that is the object.

Instances

Instances details
Eq S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Read S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Show S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Generic S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Associated Types

type Rep S3SnapshotAsset :: Type -> Type #

NFData S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Methods

rnf :: S3SnapshotAsset -> () #

Hashable S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

FromJSON S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

type Rep S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

type Rep S3SnapshotAsset = D1 ('MetaData "S3SnapshotAsset" "Amazonka.DataExchange.Types.S3SnapshotAsset" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "S3SnapshotAsset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newS3SnapshotAsset Source #

Create a value of S3SnapshotAsset 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:size:S3SnapshotAsset', s3SnapshotAsset_size - The size of the S3 object that is the object.

s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double Source #

The size of the S3 object that is the object.