Struct aws_sdk_codepipeline::model::ArtifactDetails
source · #[non_exhaustive]pub struct ArtifactDetails { /* private fields */ }Expand description
Returns information about the details of an artifact.
Implementations§
source§impl ArtifactDetails
impl ArtifactDetails
sourcepub fn minimum_count(&self) -> i32
pub fn minimum_count(&self) -> i32
The minimum number of artifacts allowed for the action type.
sourcepub fn maximum_count(&self) -> i32
pub fn maximum_count(&self) -> i32
The maximum number of artifacts allowed for the action type.
source§impl ArtifactDetails
impl ArtifactDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ArtifactDetails.
Trait Implementations§
source§impl Clone for ArtifactDetails
impl Clone for ArtifactDetails
source§fn clone(&self) -> ArtifactDetails
fn clone(&self) -> ArtifactDetails
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