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
sourceimpl 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.
sourceimpl ActionType
impl ActionType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionType
.
Trait Implementations
sourceimpl Clone for ActionType
impl Clone for ActionType
sourcefn clone(&self) -> ActionType
fn clone(&self) -> ActionType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ActionType
impl Debug for ActionType
sourceimpl PartialEq<ActionType> for ActionType
impl PartialEq<ActionType> for ActionType
sourcefn eq(&self, other: &ActionType) -> bool
fn eq(&self, other: &ActionType) -> bool
impl StructuralPartialEq for ActionType
Auto Trait Implementations
impl RefUnwindSafe for ActionType
impl Send for ActionType
impl Sync for ActionType
impl Unpin for ActionType
impl UnwindSafe for ActionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more