Struct rusoto_opsworks::DescribeCommandsRequest [] [src]

pub struct DescribeCommandsRequest {
    pub command_ids: Option<Vec<String>>,
    pub deployment_id: Option<String>,
    pub instance_id: Option<String>,
}

Fields

An array of command IDs. If you include this parameter, DescribeCommands returns a description of the specified commands. Otherwise, it returns a description of every command.

The deployment ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified deployment.

The instance ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified instance.

Trait Implementations

impl Default for DescribeCommandsRequest
[src]

[src]

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

impl Debug for DescribeCommandsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeCommandsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations