Class: Aws::ManagedBlockchain::Types::InviteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::InviteAction
- 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
-
#principal ⇒ String
The Amazon Web Services account ID to invite.
Instance Attribute Details
#principal ⇒ String
The Amazon Web Services account ID to invite.
898 899 900 901 902 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 898 class InviteAction < Struct.new( :principal) SENSITIVE = [] include Aws::Structure end |