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
show all
Defined in:
(unknown)

Overview

An invitation to an AWS account to create a member and join the network.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time that the invitation was created.

Returns:

  • (Time)

    The date and time that the invitation was created.

#expiration_dateTime

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.

Returns:

  • (Time)

    The date and time that the invitation expires.

#invitation_idString

The unique identifier for the invitation.

Returns:

  • (String)

    The unique identifier for the invitation.

#network_summaryTypes::NetworkSummary

A summary of network configuration properties.

Returns:

#statusString

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.

    Possible values:

    • PENDING
    • ACCEPTED
    • ACCEPTING
    • REJECTED
    • EXPIRED

Returns:

  • (String)

    The status of the invitation:.