Class: Aws::ManagedBlockchain::Types::ProposalActions

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

Overview

The actions to carry out if a proposal is ‘APPROVED`.

Applies only to Hyperledger Fabric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::InviteAction>

The actions to perform for an ‘APPROVED` proposal to invite an Amazon Web Services account to create a member and join the network.

Returns:



2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2453

class ProposalActions < Struct.new(
  :invitations,
  :removals)
  SENSITIVE = []
  include Aws::Structure
end

#removalsArray<Types::RemoveAction>

The actions to perform for an ‘APPROVED` proposal to remove a member from the network, which deletes the member and all associated member resources from the network.

Returns:



2453
2454
2455
2456
2457
2458
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2453

class ProposalActions < Struct.new(
  :invitations,
  :removals)
  SENSITIVE = []
  include Aws::Structure
end