Struct aws_sdk_ec2::model::PlacementResponse
source · [−]#[non_exhaustive]pub struct PlacementResponse { /* private fields */ }
Expand description
Describes the placement of an instance.
Implementations
sourceimpl PlacementResponse
impl PlacementResponse
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the placement group that the instance is in.
sourceimpl PlacementResponse
impl PlacementResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PlacementResponse
.
Trait Implementations
sourceimpl Clone for PlacementResponse
impl Clone for PlacementResponse
sourcefn clone(&self) -> PlacementResponse
fn clone(&self) -> PlacementResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PlacementResponse
impl Debug for PlacementResponse
sourceimpl PartialEq<PlacementResponse> for PlacementResponse
impl PartialEq<PlacementResponse> for PlacementResponse
sourcefn eq(&self, other: &PlacementResponse) -> bool
fn eq(&self, other: &PlacementResponse) -> bool
impl StructuralPartialEq for PlacementResponse
Auto Trait Implementations
impl RefUnwindSafe for PlacementResponse
impl Send for PlacementResponse
impl Sync for PlacementResponse
impl Unpin for PlacementResponse
impl UnwindSafe for PlacementResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more