Struct aws_sdk_codedeploy::input::GetApplicationRevisionInput [−][src]
#[non_exhaustive]pub struct GetApplicationRevisionInput {
pub application_name: Option<String>,
pub revision: Option<RevisionLocation>,
}
Expand description
Represents the input 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>
Information about the application revision to get, including type and location.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApplicationRevision, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApplicationRevision, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetApplicationRevision
>
Creates a new builder-style object to manufacture GetApplicationRevisionInput
The name of the application that corresponds to the revision.
Information about the application revision to get, including type and location.
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 GetApplicationRevisionInput
impl Send for GetApplicationRevisionInput
impl Sync for GetApplicationRevisionInput
impl Unpin for GetApplicationRevisionInput
impl UnwindSafe for GetApplicationRevisionInput
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