Class: Aws::ManagedBlockchain::Types::GetMemberInput

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.

Returns:

  • (String)


679
680
681
682
683
684
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 679

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

#network_idString

The unique identifier of the network to which the member belongs.

Returns:

  • (String)


679
680
681
682
683
684
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 679

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