Class: Aws::ManagedBlockchain::Types::DeleteMemberInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member to remove.

Returns:

  • (String)


596
597
598
599
600
601
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 596

class DeleteMemberInput < Struct.new(
  :network_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier of the network from which the member is removed.

Returns:

  • (String)


596
597
598
599
600
601
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 596

class DeleteMemberInput < Struct.new(
  :network_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end