Class: Aws::ManagedBlockchain::Types::DeleteAccessorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::DeleteAccessorInput
- 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.
578 579 580 581 582 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 578 class DeleteAccessorInput < Struct.new( :accessor_id) SENSITIVE = [] include Aws::Structure end |