Struct rusoto_codedeploy::GetApplicationInput[][src]

pub struct GetApplicationInput {
    pub application_name: String,
}

Represents the input of a GetApplication operation.

Fields

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

Trait Implementations

impl Default for GetApplicationInput
[src]

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

impl Debug for GetApplicationInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetApplicationInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetApplicationInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations