Invitation
public struct Invitation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the invitation was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The date and time that the invitation expires. This is the CreationDate plus the ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this date and time, the invitee can no longer create a member and join the network using this InvitationId.
Declaration
Swift
public let expirationDate: TimeStamp?
-
The unique identifier for the invitation.
Declaration
Swift
public let invitationId: String?
-
Undocumented
Declaration
Swift
public let networkSummary: NetworkSummary?
-
The status of the invitation: PENDING - The invitee has not created a member to join the network, and the invitation has not yet expired. ACCEPTING - The invitee has begun creating a member, and creation has not yet completed. ACCEPTED - The invitee created a member and joined the network using the InvitationID. REJECTED - The invitee rejected the invitation. EXPIRED - The invitee neither created a member nor rejected the invitation before the ExpirationDate.
Declaration
Swift
public let status: InvitationStatus?
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, expirationDate: TimeStamp? = nil, invitationId: String? = nil, networkSummary: NetworkSummary? = nil, status: InvitationStatus? = nil)