DBSnapshotAttributesResult
public struct DBSnapshotAttributesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of attributes and values for the manual DB snapshot.
Declaration
Swift
public let dBSnapshotAttributes: [DBSnapshotAttribute]?
-
The identifier of the manual DB snapshot that the attributes apply to.
Declaration
Swift
public let dBSnapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public init(dBSnapshotAttributes: [DBSnapshotAttribute]? = nil, dBSnapshotIdentifier: String? = nil)