Struct aws_sdk_emr::output::DescribeReleaseLabelOutput [−][src]
#[non_exhaustive]pub struct DescribeReleaseLabelOutput {
pub release_label: Option<String>,
pub applications: Option<Vec<SimplifiedApplication>>,
pub next_token: Option<String>,
}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.release_label: Option<String>The target release label described in the response.
applications: Option<Vec<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.
next_token: Option<String>The pagination token. Reserved for future use. Currently set to null.
Implementations
The target release label described in the response.
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.
The pagination token. Reserved for future use. Currently set to null.
Creates a new builder-style object to manufacture DescribeReleaseLabelOutput
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 DescribeReleaseLabelOutput
impl Send for DescribeReleaseLabelOutput
impl Sync for DescribeReleaseLabelOutput
impl Unpin for DescribeReleaseLabelOutput
impl UnwindSafe for DescribeReleaseLabelOutput
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