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.
693 694 695 696 697 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 693 class GetMemberOutput < Struct.new( :member) SENSITIVE = [] include Aws::Structure end |