#[non_exhaustive]pub struct DescribePlacementGroupsOutput { /* private fields */ }Implementations§
source§impl DescribePlacementGroupsOutput
impl DescribePlacementGroupsOutput
sourcepub fn placement_groups(&self) -> Option<&[PlacementGroup]>
pub fn placement_groups(&self) -> Option<&[PlacementGroup]>
Information about the placement groups.
source§impl DescribePlacementGroupsOutput
impl DescribePlacementGroupsOutput
sourcepub fn builder() -> DescribePlacementGroupsOutputBuilder
pub fn builder() -> DescribePlacementGroupsOutputBuilder
Creates a new builder-style object to manufacture DescribePlacementGroupsOutput.
Trait Implementations§
source§impl Clone for DescribePlacementGroupsOutput
impl Clone for DescribePlacementGroupsOutput
source§fn clone(&self) -> DescribePlacementGroupsOutput
fn clone(&self) -> DescribePlacementGroupsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribePlacementGroupsOutput> for DescribePlacementGroupsOutput
impl PartialEq<DescribePlacementGroupsOutput> for DescribePlacementGroupsOutput
source§fn eq(&self, other: &DescribePlacementGroupsOutput) -> bool
fn eq(&self, other: &DescribePlacementGroupsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribePlacementGroupsOutput
impl RequestId for DescribePlacementGroupsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.