Class: Aws::ManagedBlockchain::Types::GetAccessorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetAccessorInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessor_id ⇒ String
The unique identifier of the accessor.
Instance Attribute Details
#accessor_id ⇒ String
The unique identifier of the accessor.
651 652 653 654 655 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 651 class GetAccessorInput < Struct.new( :accessor_id) SENSITIVE = [] include Aws::Structure end |