Struct aws_sdk_codedeploy::output::GetApplicationRevisionOutput [−][src]
#[non_exhaustive]pub struct GetApplicationRevisionOutput {
pub application_name: Option<String>,
pub revision: Option<RevisionLocation>,
pub revision_info: Option<GenericRevisionInfo>,
}
Expand description
Represents the output of a GetApplicationRevision
operation.
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.application_name: Option<String>
The name of the application that corresponds to the revision.
revision: Option<RevisionLocation>
Additional information about the revision, including type and location.
revision_info: Option<GenericRevisionInfo>
General information about the revision.
Implementations
The name of the application that corresponds to the revision.
Additional information about the revision, including type and location.
General information about the revision.
Creates a new builder-style object to manufacture GetApplicationRevisionOutput
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 Send for GetApplicationRevisionOutput
impl Sync for GetApplicationRevisionOutput
impl Unpin for GetApplicationRevisionOutput
impl UnwindSafe for GetApplicationRevisionOutput
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