Struct aws_sdk_applicationinsights::output::ListLogPatternsOutput [−][src]
#[non_exhaustive]pub struct ListLogPatternsOutput {
pub resource_group_name: Option<String>,
pub log_patterns: Option<Vec<LogPattern>>,
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.resource_group_name: Option<String>
The name of the resource group.
log_patterns: Option<Vec<LogPattern>>
The list of log patterns.
next_token: Option<String>
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
Implementations
The name of the resource group.
The list of log patterns.
The token used to retrieve the next page of results. This value is null
when there are no more results to return.
Creates a new builder-style object to manufacture ListLogPatternsOutput
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 ListLogPatternsOutput
impl Send for ListLogPatternsOutput
impl Sync for ListLogPatternsOutput
impl Unpin for ListLogPatternsOutput
impl UnwindSafe for ListLogPatternsOutput
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