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

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.

Returns:

  • (String)


679
680
681
682
683
684
# File '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 'lib/aws-sdk-managedblockchain/types.rb', line 679

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