Class: Aws::ManagedBlockchain::Types::GetMemberOutput

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

#memberTypes::Member

The properties of a member.

Returns:



692
693
694
695
696
# File 'lib/aws-sdk-managedblockchain/types.rb', line 692

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