Struct aws_sdk_ec2::output::CreatePlacementGroupOutput
source · #[non_exhaustive]pub struct CreatePlacementGroupOutput { /* private fields */ }
Implementations§
source§impl CreatePlacementGroupOutput
impl CreatePlacementGroupOutput
sourcepub fn placement_group(&self) -> Option<&PlacementGroup>
pub fn placement_group(&self) -> Option<&PlacementGroup>
Describes a placement group.
source§impl CreatePlacementGroupOutput
impl CreatePlacementGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePlacementGroupOutput
.
Trait Implementations§
source§impl Clone for CreatePlacementGroupOutput
impl Clone for CreatePlacementGroupOutput
source§fn clone(&self) -> CreatePlacementGroupOutput
fn clone(&self) -> CreatePlacementGroupOutput
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 more