Struct aws_sdk_codepipeline::model::ActionType [−][src]
#[non_exhaustive]pub struct ActionType {
pub id: Option<ActionTypeId>,
pub settings: Option<ActionTypeSettings>,
pub action_configuration_properties: Option<Vec<ActionConfigurationProperty>>,
pub input_artifact_details: Option<ArtifactDetails>,
pub output_artifact_details: Option<ArtifactDetails>,
}
Expand description
Returns information about the details of an action type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<ActionTypeId>
Represents information about an action type.
settings: Option<ActionTypeSettings>
The settings for the action type.
action_configuration_properties: Option<Vec<ActionConfigurationProperty>>
The configuration properties for the action type.
input_artifact_details: Option<ArtifactDetails>
The details of the input artifact for the action, such as its commit ID.
output_artifact_details: Option<ArtifactDetails>
The details of the output artifact of the action, such as its commit ID.
Implementations
Represents information about an action type.
The settings for the action type.
The configuration properties for the action type.
The details of the input artifact for the action, such as its commit ID.
The details of the output artifact of the action, such as its commit ID.
Creates a new builder-style object to manufacture ActionType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more