Struct aws_sdk_ec2::model::ElasticGpus
source · [−]#[non_exhaustive]pub struct ElasticGpus { /* private fields */ }
Expand description
Describes an Elastic Graphics accelerator.
Implementations
sourceimpl ElasticGpus
impl ElasticGpus
sourcepub fn elastic_gpu_id(&self) -> Option<&str>
pub fn elastic_gpu_id(&self) -> Option<&str>
The ID of the Elastic Graphics accelerator.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone in the which the Elastic Graphics accelerator resides.
sourcepub fn elastic_gpu_type(&self) -> Option<&str>
pub fn elastic_gpu_type(&self) -> Option<&str>
The type of Elastic Graphics accelerator.
sourcepub fn elastic_gpu_health(&self) -> Option<&ElasticGpuHealth>
pub fn elastic_gpu_health(&self) -> Option<&ElasticGpuHealth>
The status of the Elastic Graphics accelerator.
sourcepub fn elastic_gpu_state(&self) -> Option<&ElasticGpuState>
pub fn elastic_gpu_state(&self) -> Option<&ElasticGpuState>
The state of the Elastic Graphics accelerator.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance to which the Elastic Graphics accelerator is attached.
The tags assigned to the Elastic Graphics accelerator.
sourceimpl ElasticGpus
impl ElasticGpus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticGpus
.
Trait Implementations
sourceimpl Clone for ElasticGpus
impl Clone for ElasticGpus
sourcefn clone(&self) -> ElasticGpus
fn clone(&self) -> ElasticGpus
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 ElasticGpus
impl Debug for ElasticGpus
sourceimpl PartialEq<ElasticGpus> for ElasticGpus
impl PartialEq<ElasticGpus> for ElasticGpus
sourcefn eq(&self, other: &ElasticGpus) -> bool
fn eq(&self, other: &ElasticGpus) -> bool
impl StructuralPartialEq for ElasticGpus
Auto Trait Implementations
impl RefUnwindSafe for ElasticGpus
impl Send for ElasticGpus
impl Sync for ElasticGpus
impl Unpin for ElasticGpus
impl UnwindSafe for ElasticGpus
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