Struct aws_sdk_applicationinsights::operation::describe_component_configuration::DescribeComponentConfigurationInput
source · #[non_exhaustive]pub struct DescribeComponentConfigurationInput { /* private fields */ }
Implementations§
source§impl DescribeComponentConfigurationInput
impl DescribeComponentConfigurationInput
sourcepub fn resource_group_name(&self) -> Option<&str>
pub fn resource_group_name(&self) -> Option<&str>
The name of the resource group.
sourcepub fn component_name(&self) -> Option<&str>
pub fn component_name(&self) -> Option<&str>
The name of the component.
source§impl DescribeComponentConfigurationInput
impl DescribeComponentConfigurationInput
sourcepub fn builder() -> DescribeComponentConfigurationInputBuilder
pub fn builder() -> DescribeComponentConfigurationInputBuilder
Creates a new builder-style object to manufacture DescribeComponentConfigurationInput
.
source§impl DescribeComponentConfigurationInput
impl DescribeComponentConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeComponentConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeComponentConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeComponentConfiguration
>
Trait Implementations§
source§impl Clone for DescribeComponentConfigurationInput
impl Clone for DescribeComponentConfigurationInput
source§fn clone(&self) -> DescribeComponentConfigurationInput
fn clone(&self) -> DescribeComponentConfigurationInput
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<DescribeComponentConfigurationInput> for DescribeComponentConfigurationInput
impl PartialEq<DescribeComponentConfigurationInput> for DescribeComponentConfigurationInput
source§fn eq(&self, other: &DescribeComponentConfigurationInput) -> bool
fn eq(&self, other: &DescribeComponentConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeComponentConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeComponentConfigurationInput
impl Send for DescribeComponentConfigurationInput
impl Sync for DescribeComponentConfigurationInput
impl Unpin for DescribeComponentConfigurationInput
impl UnwindSafe for DescribeComponentConfigurationInput
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