You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::Invitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::Invitation
- Defined in:
- (unknown)
Overview
An invitation to an AWS account to create a member and join the network.
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date and time that the invitation was created.
-
#expiration_date ⇒ Time
The date and time that the invitation expires.
-
#invitation_id ⇒ String
The unique identifier for the invitation.
-
#network_summary ⇒ Types::NetworkSummary
A summary of network configuration properties.
.
-
#status ⇒ String
The status of the invitation:.
Instance Attribute Details
#creation_date ⇒ Time
The date and time that the invitation was created.
#expiration_date ⇒ Time
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
.
#invitation_id ⇒ String
The unique identifier for the invitation.
#network_summary ⇒ Types::NetworkSummary
A summary of network configuration properties.
#status ⇒ String
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 theInvitationID
.REJECTED
- The invitee rejected the invitation.EXPIRED
- The invitee neither created a member nor rejected the invitation before theExpirationDate
.Possible values:
- PENDING
- ACCEPTED
- ACCEPTING
- REJECTED
- EXPIRED