Struct aws_sdk_elasticsearch::model::AccessPoliciesStatus [−][src]
#[non_exhaustive]pub struct AccessPoliciesStatus {
pub options: Option<String>,
pub status: Option<OptionStatus>,
}
Expand description
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
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.options: Option<String>
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
status: Option<OptionStatus>
The status of the access policy for the Elasticsearch domain. See OptionStatus
for the status information that's included.
Implementations
The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
The status of the access policy for the Elasticsearch domain. See OptionStatus
for the status information that's included.
Creates a new builder-style object to manufacture AccessPoliciesStatus
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 AccessPoliciesStatus
impl Send for AccessPoliciesStatus
impl Sync for AccessPoliciesStatus
impl Unpin for AccessPoliciesStatus
impl UnwindSafe for AccessPoliciesStatus
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