Class: Aws::ManagedBlockchain::Types::CreateMemberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateMemberOutput
- 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.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member.
323 324 325 326 327 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 323 class CreateMemberOutput < Struct.new( :member_id) SENSITIVE = [] include Aws::Structure end |