[−][src]Struct rusoto_codepipeline::CreateCustomActionTypeInput
Represents the input of a CreateCustomActionType operation.
Fields
category: String
The category of the custom action, such as a build action or a test action.
Although Source and Approval are listed as valid values, they are not currently functional. These values are reserved for future use.
configuration_properties: Option<Vec<ActionConfigurationProperty>>
The configuration properties for the custom action.
You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.
input_artifact_details: ArtifactDetails
The details of the input artifact for the action, such as its commit ID.
output_artifact_details: ArtifactDetails
The details of the output artifact of the action, such as its commit ID.
provider: String
The provider of the service used in the custom action, such as AWS CodeDeploy.
settings: Option<ActionTypeSettings>
Returns information about the settings for an action type.
version: String
The version identifier of the custom action.
Trait Implementations
impl Default for CreateCustomActionTypeInput[src]
impl Default for CreateCustomActionTypeInputimpl PartialEq<CreateCustomActionTypeInput> for CreateCustomActionTypeInput[src]
impl PartialEq<CreateCustomActionTypeInput> for CreateCustomActionTypeInputfn eq(&self, other: &CreateCustomActionTypeInput) -> bool[src]
fn eq(&self, other: &CreateCustomActionTypeInput) -> boolfn ne(&self, other: &CreateCustomActionTypeInput) -> bool[src]
fn ne(&self, other: &CreateCustomActionTypeInput) -> boolimpl Clone for CreateCustomActionTypeInput[src]
impl Clone for CreateCustomActionTypeInputfn clone(&self) -> CreateCustomActionTypeInput[src]
fn clone(&self) -> CreateCustomActionTypeInputfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for CreateCustomActionTypeInput[src]
impl Debug for CreateCustomActionTypeInputimpl Serialize for CreateCustomActionTypeInput[src]
impl Serialize for CreateCustomActionTypeInputAuto Trait Implementations
impl Send for CreateCustomActionTypeInput
impl Send for CreateCustomActionTypeInputimpl Sync for CreateCustomActionTypeInput
impl Sync for CreateCustomActionTypeInputBlanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> Erased for T
impl<T> Erased for Timpl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self