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.
-
#network_type ⇒ String
The blockchain network that the accessor token is created for.
Instance Attribute Details
#accessor_id ⇒ String
The unique identifier of the accessor.
274 275 276 277 278 279 280 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 274 class CreateAccessorOutput < Struct.new( :accessor_id, :billing_token, :network_type) SENSITIVE = [] include Aws::Structure end |
#billing_token ⇒ String
The billing token is a property of the Accessor. Use this token to when making calls to the blockchain network. The billing token is used to track your accessor token for billing requests.
274 275 276 277 278 279 280 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 274 class CreateAccessorOutput < Struct.new( :accessor_id, :billing_token, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The blockchain network that the accessor token is created for.
274 275 276 277 278 279 280 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 274 class CreateAccessorOutput < Struct.new( :accessor_id, :billing_token, :network_type) SENSITIVE = [] include Aws::Structure end |