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)


898
899
900
901
902
# File 'lib/aws-sdk-managedblockchain/types.rb', line 898

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