Struct aws_sdk_managedblockchain::model::MemberFabricConfiguration [−][src]
#[non_exhaustive]pub struct MemberFabricConfiguration {
pub admin_username: Option<String>,
pub admin_password: Option<String>,
}
Expand description
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.admin_username: Option<String>
The user name for the member's initial administrative user.
admin_password: Option<String>
The password for the member's initial administrative user. The AdminPassword
must be at least eight characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(\), @, or a space.
Implementations
Creates a new builder-style object to manufacture MemberFabricConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MemberFabricConfiguration
impl Send for MemberFabricConfiguration
impl Sync for MemberFabricConfiguration
impl Unpin for MemberFabricConfiguration
impl UnwindSafe for MemberFabricConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more