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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


599
600
601
602
603
604
# File 'lib/aws-sdk-managedblockchain/types.rb', line 599

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)


599
600
601
602
603
604
# File 'lib/aws-sdk-managedblockchain/types.rb', line 599

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