Struct aws_sdk_swf::input::DescribeActivityTypeInput
source · #[non_exhaustive]pub struct DescribeActivityTypeInput { /* private fields */ }
Implementations§
source§impl DescribeActivityTypeInput
impl DescribeActivityTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeActivityType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeActivityType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeActivityType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeActivityTypeInput
.
source§impl DescribeActivityTypeInput
impl DescribeActivityTypeInput
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The name of the domain in which the activity type is registered.
sourcepub fn activity_type(&self) -> Option<&ActivityType>
pub fn activity_type(&self) -> Option<&ActivityType>
The activity type to get information about. Activity types are identified by the name
and version
that were supplied when the activity was registered.
Trait Implementations§
source§impl Clone for DescribeActivityTypeInput
impl Clone for DescribeActivityTypeInput
source§fn clone(&self) -> DescribeActivityTypeInput
fn clone(&self) -> DescribeActivityTypeInput
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 DescribeActivityTypeInput
impl Debug for DescribeActivityTypeInput
source§impl PartialEq<DescribeActivityTypeInput> for DescribeActivityTypeInput
impl PartialEq<DescribeActivityTypeInput> for DescribeActivityTypeInput
source§fn eq(&self, other: &DescribeActivityTypeInput) -> bool
fn eq(&self, other: &DescribeActivityTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.