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.