Struct aws_sdk_managedblockchain::model::Accessor
source · #[non_exhaustive]pub struct Accessor { /* private fields */ }Expand description
The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments.
The properties of the Accessor.
Implementations§
source§impl Accessor
impl Accessor
sourcepub fn type(&self) -> Option<&AccessorType>
pub fn type(&self) -> Option<&AccessorType>
The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
sourcepub fn billing_token(&self) -> Option<&str>
pub fn billing_token(&self) -> Option<&str>
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.
sourcepub fn status(&self) -> Option<&AccessorStatus>
pub fn status(&self) -> Option<&AccessorStatus>
The current status of the accessor.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The creation date and time of the accessor.
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
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.