Struct aws_sdk_opensearchserverless::operation::batch_get_effective_lifecycle_policy::BatchGetEffectiveLifecyclePolicyInput
source · #[non_exhaustive]pub struct BatchGetEffectiveLifecyclePolicyInput {
pub resource_identifiers: Option<Vec<LifecyclePolicyResourceIdentifier>>,
}
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.resource_identifiers: Option<Vec<LifecyclePolicyResourceIdentifier>>
The unique identifiers of policy types and resource names.
Implementations§
source§impl BatchGetEffectiveLifecyclePolicyInput
impl BatchGetEffectiveLifecyclePolicyInput
sourcepub fn resource_identifiers(&self) -> &[LifecyclePolicyResourceIdentifier]
pub fn resource_identifiers(&self) -> &[LifecyclePolicyResourceIdentifier]
The unique identifiers of policy types and resource 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 .resource_identifiers.is_none()
.
source§impl BatchGetEffectiveLifecyclePolicyInput
impl BatchGetEffectiveLifecyclePolicyInput
sourcepub fn builder() -> BatchGetEffectiveLifecyclePolicyInputBuilder
pub fn builder() -> BatchGetEffectiveLifecyclePolicyInputBuilder
Creates a new builder-style object to manufacture BatchGetEffectiveLifecyclePolicyInput
.
Trait Implementations§
source§impl Clone for BatchGetEffectiveLifecyclePolicyInput
impl Clone for BatchGetEffectiveLifecyclePolicyInput
source§fn clone(&self) -> BatchGetEffectiveLifecyclePolicyInput
fn clone(&self) -> BatchGetEffectiveLifecyclePolicyInput
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 PartialEq for BatchGetEffectiveLifecyclePolicyInput
impl PartialEq for BatchGetEffectiveLifecyclePolicyInput
source§fn eq(&self, other: &BatchGetEffectiveLifecyclePolicyInput) -> bool
fn eq(&self, other: &BatchGetEffectiveLifecyclePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetEffectiveLifecyclePolicyInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetEffectiveLifecyclePolicyInput
impl Send for BatchGetEffectiveLifecyclePolicyInput
impl Sync for BatchGetEffectiveLifecyclePolicyInput
impl Unpin for BatchGetEffectiveLifecyclePolicyInput
impl UnwindSafe for BatchGetEffectiveLifecyclePolicyInput
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.