AccountWithRestoreAccess
public struct AccountWithRestoreAccess : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of an AWS support account authorized to restore a snapshot. For AWS support, the identifier is amazon-redshift-support.
Declaration
Swift
public let accountAlias: String?
-
The identifier of an AWS customer account authorized to restore a snapshot.
Declaration
Swift
public let accountId: String?
-
Undocumented
Declaration
Swift
public init(accountAlias: String? = nil, accountId: String? = nil)