#[non_exhaustive]pub struct ListClusterOperationsOutput { /* private fields */ }
Implementations§
source§impl ListClusterOperationsOutput
impl ListClusterOperationsOutput
sourcepub fn cluster_operation_info_list(&self) -> Option<&[ClusterOperationInfo]>
pub fn cluster_operation_info_list(&self) -> Option<&[ClusterOperationInfo]>
An array of cluster operation information objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
source§impl ListClusterOperationsOutput
impl ListClusterOperationsOutput
sourcepub fn builder() -> ListClusterOperationsOutputBuilder
pub fn builder() -> ListClusterOperationsOutputBuilder
Creates a new builder-style object to manufacture ListClusterOperationsOutput
.
Trait Implementations§
source§impl Clone for ListClusterOperationsOutput
impl Clone for ListClusterOperationsOutput
source§fn clone(&self) -> ListClusterOperationsOutput
fn clone(&self) -> ListClusterOperationsOutput
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 ListClusterOperationsOutput
impl Debug for ListClusterOperationsOutput
source§impl PartialEq<ListClusterOperationsOutput> for ListClusterOperationsOutput
impl PartialEq<ListClusterOperationsOutput> for ListClusterOperationsOutput
source§fn eq(&self, other: &ListClusterOperationsOutput) -> bool
fn eq(&self, other: &ListClusterOperationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListClusterOperationsOutput
impl RequestId for ListClusterOperationsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListClusterOperationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListClusterOperationsOutput
impl Send for ListClusterOperationsOutput
impl Sync for ListClusterOperationsOutput
impl Unpin for ListClusterOperationsOutput
impl UnwindSafe for ListClusterOperationsOutput
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