Class: Aws::ManagedBlockchain::Types::DeleteMemberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::DeleteMemberInput
- 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 to remove.
-
#network_id ⇒ String
The unique identifier of the network from which the member is removed.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member to remove.
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_id ⇒ String
The unique identifier of the network from which the member is removed.
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 |