Struct aws_sdk_elasticsearch::model::MasterUserOptions [−][src]
#[non_exhaustive]pub struct MasterUserOptions {
pub master_user_arn: Option<String>,
pub master_user_name: Option<String>,
pub master_user_password: Option<String>,
}
Expand description
Credentials for the master user: username and password, ARN, or both.
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.master_user_arn: Option<String>
ARN for the master user (if IAM is enabled).
master_user_name: Option<String>
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
master_user_password: Option<String>
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
Implementations
ARN for the master user (if IAM is enabled).
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
Creates a new builder-style object to manufacture MasterUserOptions
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 MasterUserOptions
impl Send for MasterUserOptions
impl Sync for MasterUserOptions
impl Unpin for MasterUserOptions
impl UnwindSafe for MasterUserOptions
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