Skip to content

/AWS1/CL_MBCACCESSOR

The properties of the Accessor.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/MBCRESOURCEIDSTRING /AWS1/MBCRESOURCEIDSTRING

The unique identifier of the accessor.

iv_type TYPE /AWS1/MBCACCESSORTYPE /AWS1/MBCACCESSORTYPE

The type of the accessor.

Currently, accessor type is restricted to BILLING_TOKEN.

iv_billingtoken TYPE /AWS1/MBCACCORBLLNGTOKENSTRING /AWS1/MBCACCORBLLNGTOKENSTRING

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.

iv_status TYPE /AWS1/MBCACCESSORSTATUS /AWS1/MBCACCESSORSTATUS

The current status of the accessor.

iv_creationdate TYPE /AWS1/MBCTIMESTAMP /AWS1/MBCTIMESTAMP

The creation date and time of the accessor.

iv_arn TYPE /AWS1/MBCARNSTRING /AWS1/MBCARNSTRING

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

it_tags TYPE /AWS1/CL_MBCOUTPUTTAGMAP_W=>TT_OUTPUTTAGMAP TT_OUTPUTTAGMAP

The tags assigned to the Accessor.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

iv_networktype TYPE /AWS1/MBCACCESSORNETWORKTYPE /AWS1/MBCACCESSORNETWORKTYPE

The blockchain network that the Accessor token is created for.


Queryable Attributes

Id

The unique identifier of the accessor.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Type

The type of the accessor.

Currently, accessor type is restricted to BILLING_TOKEN.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

BillingToken

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.

Accessible with the following methods

Method Description
GET_BILLINGTOKEN() Getter for BILLINGTOKEN, with configurable default
ASK_BILLINGTOKEN() Getter for BILLINGTOKEN w/ exceptions if field has no value
HAS_BILLINGTOKEN() Determine if BILLINGTOKEN has a value

Status

The current status of the accessor.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

CreationDate

The creation date and time of the accessor.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

Arn

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Tags

The tags assigned to the Accessor.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

NetworkType

The blockchain network that the Accessor token is created for.

Accessible with the following methods

Method Description
GET_NETWORKTYPE() Getter for NETWORKTYPE, with configurable default
ASK_NETWORKTYPE() Getter for NETWORKTYPE w/ exceptions if field has no value
HAS_NETWORKTYPE() Determine if NETWORKTYPE has a value