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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

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

Applies only to Hyperledger Fabric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principalString

The Amazon Web Services account ID to invite.

Returns:

  • (String)


863
864
865
866
867
# File 'lib/aws-sdk-managedblockchain/types.rb', line 863

class InviteAction < Struct.new(
  :principal)
  SENSITIVE = []
  include Aws::Structure
end