Struct aws_sdk_elasticbeanstalk::operation::describe_configuration_options::DescribeConfigurationOptionsOutput
source · #[non_exhaustive]pub struct DescribeConfigurationOptionsOutput { /* private fields */ }
Expand description
Describes the settings for a specified configuration set.
Implementations§
source§impl DescribeConfigurationOptionsOutput
impl DescribeConfigurationOptionsOutput
sourcepub fn solution_stack_name(&self) -> Option<&str>
pub fn solution_stack_name(&self) -> Option<&str>
The name of the solution stack these configuration options belong to.
sourcepub fn platform_arn(&self) -> Option<&str>
pub fn platform_arn(&self) -> Option<&str>
The ARN of the platform version.
sourcepub fn options(&self) -> Option<&[ConfigurationOptionDescription]>
pub fn options(&self) -> Option<&[ConfigurationOptionDescription]>
A list of ConfigurationOptionDescription
.
source§impl DescribeConfigurationOptionsOutput
impl DescribeConfigurationOptionsOutput
sourcepub fn builder() -> DescribeConfigurationOptionsOutputBuilder
pub fn builder() -> DescribeConfigurationOptionsOutputBuilder
Creates a new builder-style object to manufacture DescribeConfigurationOptionsOutput
.
Trait Implementations§
source§impl Clone for DescribeConfigurationOptionsOutput
impl Clone for DescribeConfigurationOptionsOutput
source§fn clone(&self) -> DescribeConfigurationOptionsOutput
fn clone(&self) -> DescribeConfigurationOptionsOutput
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<DescribeConfigurationOptionsOutput> for DescribeConfigurationOptionsOutput
impl PartialEq<DescribeConfigurationOptionsOutput> for DescribeConfigurationOptionsOutput
source§fn eq(&self, other: &DescribeConfigurationOptionsOutput) -> bool
fn eq(&self, other: &DescribeConfigurationOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeConfigurationOptionsOutput
impl RequestId for DescribeConfigurationOptionsOutput
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 DescribeConfigurationOptionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConfigurationOptionsOutput
impl Send for DescribeConfigurationOptionsOutput
impl Sync for DescribeConfigurationOptionsOutput
impl Unpin for DescribeConfigurationOptionsOutput
impl UnwindSafe for DescribeConfigurationOptionsOutput
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