#[non_exhaustive]pub struct CreateCustomActionTypeOutput { /* private fields */ }
Expand description
Represents the output of a CreateCustomActionType
operation.
Implementations§
source§impl CreateCustomActionTypeOutput
impl CreateCustomActionTypeOutput
sourcepub fn action_type(&self) -> Option<&ActionType>
pub fn action_type(&self) -> Option<&ActionType>
Returns information about the details of an action type.
Specifies the tags applied to the custom action.
source§impl CreateCustomActionTypeOutput
impl CreateCustomActionTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomActionTypeOutput
.
Trait Implementations§
source§impl Clone for CreateCustomActionTypeOutput
impl Clone for CreateCustomActionTypeOutput
source§fn clone(&self) -> CreateCustomActionTypeOutput
fn clone(&self) -> CreateCustomActionTypeOutput
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 CreateCustomActionTypeOutput
impl Debug for CreateCustomActionTypeOutput
source§impl PartialEq<CreateCustomActionTypeOutput> for CreateCustomActionTypeOutput
impl PartialEq<CreateCustomActionTypeOutput> for CreateCustomActionTypeOutput
source§fn eq(&self, other: &CreateCustomActionTypeOutput) -> bool
fn eq(&self, other: &CreateCustomActionTypeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.