Struct aws_sdk_emr::output::DescribeReleaseLabelOutput
source · [−]#[non_exhaustive]pub struct DescribeReleaseLabelOutput { /* private fields */ }Implementations
sourceimpl DescribeReleaseLabelOutput
impl DescribeReleaseLabelOutput
sourcepub fn release_label(&self) -> Option<&str>
pub fn release_label(&self) -> Option<&str>
The target release label described in the response.
sourcepub fn applications(&self) -> Option<&[SimplifiedApplication]>
pub fn applications(&self) -> Option<&[SimplifiedApplication]>
The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token. Reserved for future use. Currently set to null.
sourcepub fn available_os_releases(&self) -> Option<&[OsRelease]>
pub fn available_os_releases(&self) -> Option<&[OsRelease]>
The list of available Amazon Linux release versions for an Amazon EMR release. Contains a Label field that is formatted as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.
sourceimpl DescribeReleaseLabelOutput
impl DescribeReleaseLabelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReleaseLabelOutput.
Trait Implementations
sourceimpl Clone for DescribeReleaseLabelOutput
impl Clone for DescribeReleaseLabelOutput
sourcefn clone(&self) -> DescribeReleaseLabelOutput
fn clone(&self) -> DescribeReleaseLabelOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DescribeReleaseLabelOutput
impl Debug for DescribeReleaseLabelOutput
sourceimpl PartialEq<DescribeReleaseLabelOutput> for DescribeReleaseLabelOutput
impl PartialEq<DescribeReleaseLabelOutput> for DescribeReleaseLabelOutput
sourcefn eq(&self, other: &DescribeReleaseLabelOutput) -> bool
fn eq(&self, other: &DescribeReleaseLabelOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for DescribeReleaseLabelOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeReleaseLabelOutput
impl Send for DescribeReleaseLabelOutput
impl Sync for DescribeReleaseLabelOutput
impl Unpin for DescribeReleaseLabelOutput
impl UnwindSafe for DescribeReleaseLabelOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more