Struct aws_sdk_codepipeline::output::GetActionTypeOutput
source · #[non_exhaustive]pub struct GetActionTypeOutput { /* private fields */ }
Implementations§
source§impl GetActionTypeOutput
impl GetActionTypeOutput
sourcepub fn action_type(&self) -> Option<&ActionTypeDeclaration>
pub fn action_type(&self) -> Option<&ActionTypeDeclaration>
The action type information for the requested action type, such as the action type ID.
source§impl GetActionTypeOutput
impl GetActionTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetActionTypeOutput
.
Trait Implementations§
source§impl Clone for GetActionTypeOutput
impl Clone for GetActionTypeOutput
source§fn clone(&self) -> GetActionTypeOutput
fn clone(&self) -> GetActionTypeOutput
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 GetActionTypeOutput
impl Debug for GetActionTypeOutput
source§impl PartialEq<GetActionTypeOutput> for GetActionTypeOutput
impl PartialEq<GetActionTypeOutput> for GetActionTypeOutput
source§fn eq(&self, other: &GetActionTypeOutput) -> bool
fn eq(&self, other: &GetActionTypeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.