Class: Aws::ManagedBlockchain::Types::GetAccessorOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessorTypes::Accessor

The properties of the accessor.

Returns:



660
661
662
663
664
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 660

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