| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.Types.DBSnapshotAttributesResult
Description
Synopsis
- data DBSnapshotAttributesResult = DBSnapshotAttributesResult' {}
- newDBSnapshotAttributesResult :: DBSnapshotAttributesResult
- dbSnapshotAttributesResult_dbSnapshotAttributes :: Lens' DBSnapshotAttributesResult (Maybe [DBSnapshotAttribute])
- dbSnapshotAttributesResult_dbSnapshotIdentifier :: Lens' DBSnapshotAttributesResult (Maybe Text)
Documentation
data DBSnapshotAttributesResult Source #
Contains the results of a successful call to the
DescribeDBSnapshotAttributes API action.
Manual DB snapshot attributes are used to authorize other Amazon Web
Services accounts to copy or restore a manual DB snapshot. For more
information, see the ModifyDBSnapshotAttribute API action.
See: newDBSnapshotAttributesResult smart constructor.
Constructors
| DBSnapshotAttributesResult' | |
Fields
| |
Instances
newDBSnapshotAttributesResult :: DBSnapshotAttributesResult Source #
Create a value of DBSnapshotAttributesResult 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:dbSnapshotAttributes:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.
$sel:dbSnapshotIdentifier:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.
dbSnapshotAttributesResult_dbSnapshotAttributes :: Lens' DBSnapshotAttributesResult (Maybe [DBSnapshotAttribute]) Source #
The list of attributes and values for the manual DB snapshot.
dbSnapshotAttributesResult_dbSnapshotIdentifier :: Lens' DBSnapshotAttributesResult (Maybe Text) Source #
The identifier of the manual DB snapshot that the attributes apply to.