Class: Aws::ManagedBlockchain::Types::CreateAccessorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateAccessorOutput
- 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.
-
#billing_token ⇒ String
The billing token is a property of the Accessor.
Instance Attribute Details
#accessor_id ⇒ String
The unique identifier of the accessor.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 240 class CreateAccessorOutput < Struct.new( :accessor_id, :billing_token) SENSITIVE = [] include Aws::Structure end |
#billing_token ⇒ String
The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 240 class CreateAccessorOutput < Struct.new( :accessor_id, :billing_token) SENSITIVE = [] include Aws::Structure end |