You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::InviteAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InviteAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  principal: "PrincipalString", # required
}

An action to invite a specific AWS account to create a member and join the network. The InviteAction is carried out when a Proposal is APPROVED.

Instance Attribute Summary collapse

Instance Attribute Details

#principalString

The AWS account ID to invite.

Returns:

  • (String)

    The AWS account ID to invite.