Struct aws_sdk_codepipeline::model::ActionTypeProperty
source · #[non_exhaustive]pub struct ActionTypeProperty { /* private fields */ }
Expand description
Represents information about each property specified in the action configuration, such as the description and key name that display for the customer using the action type.
Implementations§
source§impl ActionTypeProperty
impl ActionTypeProperty
sourcepub fn no_echo(&self) -> bool
pub fn no_echo(&self) -> bool
Whether to omit the field value entered by the customer in the log. If true
, the value is not saved in CloudTrail logs for the action execution.
sourcepub fn queryable(&self) -> bool
pub fn queryable(&self) -> bool
Indicates that the property is used with polling. An action type can have up to one queryable property. If it has one, that property must be both required and not secret.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the property that is displayed to users.
source§impl ActionTypeProperty
impl ActionTypeProperty
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionTypeProperty
.
Trait Implementations§
source§impl Clone for ActionTypeProperty
impl Clone for ActionTypeProperty
source§fn clone(&self) -> ActionTypeProperty
fn clone(&self) -> ActionTypeProperty
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 more