#[non_exhaustive]pub struct DescribeEventTrackerInput { /* private fields */ }
Implementations§
source§impl DescribeEventTrackerInput
impl DescribeEventTrackerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventTracker, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventTracker, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEventTracker
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventTrackerInput
.
source§impl DescribeEventTrackerInput
impl DescribeEventTrackerInput
sourcepub fn event_tracker_arn(&self) -> Option<&str>
pub fn event_tracker_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the event tracker to describe.
Trait Implementations§
source§impl Clone for DescribeEventTrackerInput
impl Clone for DescribeEventTrackerInput
source§fn clone(&self) -> DescribeEventTrackerInput
fn clone(&self) -> DescribeEventTrackerInput
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 DescribeEventTrackerInput
impl Debug for DescribeEventTrackerInput
source§impl PartialEq<DescribeEventTrackerInput> for DescribeEventTrackerInput
impl PartialEq<DescribeEventTrackerInput> for DescribeEventTrackerInput
source§fn eq(&self, other: &DescribeEventTrackerInput) -> bool
fn eq(&self, other: &DescribeEventTrackerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.