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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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)


895
896
897
898
899
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 895

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