amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.Types.S3SnapshotAsset

Description

 
Synopsis

Documentation

data S3SnapshotAsset Source #

The Amazon S3 object that is the asset.

See: newS3SnapshotAsset smart constructor.

Constructors

S3SnapshotAsset' 

Fields

  • size :: Double

    The size of the Amazon S3 object that is the object.

Instances

Instances details
FromJSON 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 #

Read S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Show S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

NFData S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Methods

rnf :: S3SnapshotAsset -> () #

Eq S3SnapshotAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.S3SnapshotAsset

Hashable 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" '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 Amazon S3 object that is the object.

s3SnapshotAsset_size :: Lens' S3SnapshotAsset Double Source #

The size of the Amazon S3 object that is the object.