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)


288
289
290
291
292
# File 'lib/aws-sdk-managedblockchain/types.rb', line 288

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