Class: Aws::ManagedBlockchain::Types::GetMemberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetMemberOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member ⇒ Types::Member
The properties of a member.
Instance Attribute Details
#member ⇒ Types::Member
The properties of a member.
692 693 694 695 696 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 692 class GetMemberOutput < Struct.new( :member) SENSITIVE = [] include Aws::Structure end |