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