Struct rusoto_codedeploy::RegisterApplicationRevisionInput [] [src]

pub struct RegisterApplicationRevisionInput {
    pub application_name: String,
    pub description: Option<String>,
    pub revision: RevisionLocation,
}

Represents the input of a RegisterApplicationRevision operation.

Fields

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

A comment about the revision.

Information about the application revision to register, including type and location.

Trait Implementations

impl Default for RegisterApplicationRevisionInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RegisterApplicationRevisionInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RegisterApplicationRevisionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more