DBClusterSnapshotAttributesResult
public struct DBClusterSnapshotAttributesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of attributes and values for the cluster snapshot.
Declaration
Swift
public let dBClusterSnapshotAttributes: [DBClusterSnapshotAttribute]?
-
The identifier of the cluster snapshot that the attributes apply to.
Declaration
Swift
public let dBClusterSnapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public init(dBClusterSnapshotAttributes: [DBClusterSnapshotAttribute]? = nil, dBClusterSnapshotIdentifier: String? = nil)