ShareDetails
public struct ShareDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of errors.
Declaration
Swift
public let shareErrors: [ShareError]? -
List of accounts for whom the operation succeeded.
Declaration
Swift
public let successfulShares: [String]? -
Undocumented
Declaration
Swift
public init(shareErrors: [ShareError]? = nil, successfulShares: [String]? = nil)
View on GitHub
ShareDetails Structure Reference