View source: R/ec2_operations.R
ec2_describe_placement_groups | R Documentation |
Describes the specified placement groups or all of your placement groups.
See https://www.paws-r-sdk.com/docs/ec2_describe_placement_groups/ for full documentation.
ec2_describe_placement_groups(
Filters = NULL,
DryRun = NULL,
GroupNames = NULL,
GroupIds = NULL
)
Filters |
The filters.
|
DryRun |
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 |
GroupNames |
The names of the placement groups. Constraints:
|
GroupIds |
The IDs of the placement groups. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.