Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AssetDetails Source #
Information about the asset.
See: newAssetDetails
smart constructor.
AssetDetails' | |
|
Instances
newAssetDetails :: AssetDetails Source #
Create a value of AssetDetails
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:s3SnapshotAsset:AssetDetails'
, assetDetails_s3SnapshotAsset
- The S3 object that is the asset.
$sel:redshiftDataShareAsset:AssetDetails'
, assetDetails_redshiftDataShareAsset
- The Amazon Redshift datashare that is the asset.
assetDetails_s3SnapshotAsset :: Lens' AssetDetails (Maybe S3SnapshotAsset) Source #
The S3 object that is the asset.
assetDetails_redshiftDataShareAsset :: Lens' AssetDetails (Maybe RedshiftDataShareAsset) Source #
The Amazon Redshift datashare that is the asset.