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

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

#accessorTypes::Accessor

The properties of the accessor.

Returns:



663
664
665
666
667
# File 'lib/aws-sdk-managedblockchain/types.rb', line 663

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