Struct aws_sdk_opensearchserverless::operation::batch_get_lifecycle_policy::BatchGetLifecyclePolicyInput
source · #[non_exhaustive]pub struct BatchGetLifecyclePolicyInput {
pub identifiers: Option<Vec<LifecyclePolicyIdentifier>>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.identifiers: Option<Vec<LifecyclePolicyIdentifier>>
The unique identifiers of policy types and policy names.
Implementations§
source§impl BatchGetLifecyclePolicyInput
impl BatchGetLifecyclePolicyInput
sourcepub fn identifiers(&self) -> &[LifecyclePolicyIdentifier]
pub fn identifiers(&self) -> &[LifecyclePolicyIdentifier]
The unique identifiers of policy types and policy names.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .identifiers.is_none()
.
source§impl BatchGetLifecyclePolicyInput
impl BatchGetLifecyclePolicyInput
sourcepub fn builder() -> BatchGetLifecyclePolicyInputBuilder
pub fn builder() -> BatchGetLifecyclePolicyInputBuilder
Creates a new builder-style object to manufacture BatchGetLifecyclePolicyInput
.
Trait Implementations§
source§impl Clone for BatchGetLifecyclePolicyInput
impl Clone for BatchGetLifecyclePolicyInput
source§fn clone(&self) -> BatchGetLifecyclePolicyInput
fn clone(&self) -> BatchGetLifecyclePolicyInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BatchGetLifecyclePolicyInput
impl Debug for BatchGetLifecyclePolicyInput
source§impl PartialEq for BatchGetLifecyclePolicyInput
impl PartialEq for BatchGetLifecyclePolicyInput
source§fn eq(&self, other: &BatchGetLifecyclePolicyInput) -> bool
fn eq(&self, other: &BatchGetLifecyclePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetLifecyclePolicyInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetLifecyclePolicyInput
impl Send for BatchGetLifecyclePolicyInput
impl Sync for BatchGetLifecyclePolicyInput
impl Unpin for BatchGetLifecyclePolicyInput
impl UnwindSafe for BatchGetLifecyclePolicyInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.