Class: Aws::ManagedBlockchain::Types::CreateMemberOutput

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)


320
321
322
323
324
# File 'lib/aws-sdk-managedblockchain/types.rb', line 320

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