Class: Aws::ManagedBlockchain::Types::CreateAccessorOutput

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

#accessor_idString

The unique identifier of the accessor.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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