Class: Aws::ManagedBlockchain::Types::GetAccessorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetAccessorOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessor ⇒ Types::Accessor
The properties of the accessor.
Instance Attribute Details
#accessor ⇒ Types::Accessor
The properties of the accessor.
663 664 665 666 667 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 663 class GetAccessorOutput < Struct.new( :accessor) SENSITIVE = [] include Aws::Structure end |