Struct rusoto_ec2::DescribePlacementGroupsRequest [] [src]

pub struct DescribePlacementGroupsRequest {
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub group_names: Option<Vec<String>>,
}

Contains the parameters for DescribePlacementGroups.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

One or more filters.

  • group-name - The name of the placement group.

  • state - The state of the placement group (pending | available | deleting | deleted).

  • strategy - The strategy of the placement group (cluster).

One or more placement group names.

Default: Describes all your placement groups, or only those otherwise specified.

Trait Implementations

impl Default for DescribePlacementGroupsRequest
[src]

[src]

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

impl Debug for DescribePlacementGroupsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribePlacementGroupsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more