Class: Aws::ManagedBlockchain::Types::GetMemberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetMemberInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_id ⇒ String
The unique identifier of the member.
-
#network_id ⇒ String
The unique identifier of the network to which the member belongs.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member.
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_id ⇒ String
The unique identifier of the network to which the member belongs.
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 |