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