ShareResult
public struct ShareResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the invited user.
Declaration
Swift
public let inviteePrincipalId: String? -
The ID of the principal.
Declaration
Swift
public let principalId: String? -
The role.
Declaration
Swift
public let role: RoleType? -
The ID of the resource that was shared.
Declaration
Swift
public let shareId: String? -
The status.
Declaration
Swift
public let status: ShareStatusType? -
The status message.
Declaration
Swift
public let statusMessage: String? -
Undocumented
Declaration
Swift
public init(inviteePrincipalId: String? = nil, principalId: String? = nil, role: RoleType? = nil, shareId: String? = nil, status: ShareStatusType? = nil, statusMessage: String? = nil)
View on GitHub
ShareResult Structure Reference