#[non_exhaustive]pub struct CreateAccessorInput { /* private fields */ }
Implementations§
source§impl CreateAccessorInput
impl CreateAccessorInput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
sourcepub fn accessor_type(&self) -> Option<&AccessorType>
pub fn accessor_type(&self) -> Option<&AccessorType>
The type of accessor.
Currently, accessor type is restricted to BILLING_TOKEN
.
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
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.
source§impl CreateAccessorInput
impl CreateAccessorInput
sourcepub fn builder() -> CreateAccessorInputBuilder
pub fn builder() -> CreateAccessorInputBuilder
Creates a new builder-style object to manufacture CreateAccessorInput
.
source§impl CreateAccessorInput
impl CreateAccessorInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAccessor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateAccessor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAccessor
>
Trait Implementations§
source§impl Clone for CreateAccessorInput
impl Clone for CreateAccessorInput
source§fn clone(&self) -> CreateAccessorInput
fn clone(&self) -> CreateAccessorInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateAccessorInput
impl Debug for CreateAccessorInput
source§impl PartialEq<CreateAccessorInput> for CreateAccessorInput
impl PartialEq<CreateAccessorInput> for CreateAccessorInput
source§fn eq(&self, other: &CreateAccessorInput) -> bool
fn eq(&self, other: &CreateAccessorInput) -> bool
self
and other
values to be equal, and is used
by ==
.