Struct aws_sdk_codepipeline::model::ActionType
source · #[non_exhaustive]pub struct ActionType { /* private fields */ }
Expand description
Returns information about the details of an action type.
Implementations§
source§impl ActionType
impl ActionType
sourcepub fn id(&self) -> Option<&ActionTypeId>
pub fn id(&self) -> Option<&ActionTypeId>
Represents information about an action type.
sourcepub fn settings(&self) -> Option<&ActionTypeSettings>
pub fn settings(&self) -> Option<&ActionTypeSettings>
The settings for the action type.
sourcepub fn action_configuration_properties(
&self
) -> Option<&[ActionConfigurationProperty]>
pub fn action_configuration_properties(
&self
) -> Option<&[ActionConfigurationProperty]>
The configuration properties for the action type.
sourcepub fn input_artifact_details(&self) -> Option<&ArtifactDetails>
pub fn input_artifact_details(&self) -> Option<&ArtifactDetails>
The details of the input artifact for the action, such as its commit ID.
sourcepub fn output_artifact_details(&self) -> Option<&ArtifactDetails>
pub fn output_artifact_details(&self) -> Option<&ArtifactDetails>
The details of the output artifact of the action, such as its commit ID.
source§impl ActionType
impl ActionType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionType
.
Trait Implementations§
source§impl Clone for ActionType
impl Clone for ActionType
source§fn clone(&self) -> ActionType
fn clone(&self) -> ActionType
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 ActionType
impl Debug for ActionType
source§impl PartialEq<ActionType> for ActionType
impl PartialEq<ActionType> for ActionType
source§fn eq(&self, other: &ActionType) -> bool
fn eq(&self, other: &ActionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.