Struct aws_sdk_codepipeline::input::GetActionTypeInput
source · #[non_exhaustive]pub struct GetActionTypeInput { /* private fields */ }
Implementations§
source§impl GetActionTypeInput
impl GetActionTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetActionType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetActionType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetActionType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetActionTypeInput
.
source§impl GetActionTypeInput
impl GetActionTypeInput
sourcepub fn category(&self) -> Option<&ActionCategory>
pub fn category(&self) -> Option<&ActionCategory>
Defines what kind of action can be taken in the stage. The following are the valid values:
-
Source
-
Build
-
Test
-
Deploy
-
Approval
-
Invoke
sourcepub fn owner(&self) -> Option<&str>
pub fn owner(&self) -> Option<&str>
The creator of an action type that was created with any supported integration model. There are two valid values: AWS
and ThirdParty
.
Trait Implementations§
source§impl Clone for GetActionTypeInput
impl Clone for GetActionTypeInput
source§fn clone(&self) -> GetActionTypeInput
fn clone(&self) -> GetActionTypeInput
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 GetActionTypeInput
impl Debug for GetActionTypeInput
source§impl PartialEq<GetActionTypeInput> for GetActionTypeInput
impl PartialEq<GetActionTypeInput> for GetActionTypeInput
source§fn eq(&self, other: &GetActionTypeInput) -> bool
fn eq(&self, other: &GetActionTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.