Struct aws_sdk_ec2::model::ElasticGpuAssociation [−][src]
#[non_exhaustive]pub struct ElasticGpuAssociation {
pub elastic_gpu_id: Option<String>,
pub elastic_gpu_association_id: Option<String>,
pub elastic_gpu_association_state: Option<String>,
pub elastic_gpu_association_time: Option<String>,
}
Expand description
Describes the association between an instance and an Elastic Graphics accelerator.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.elastic_gpu_id: Option<String>
The ID of the Elastic Graphics accelerator.
elastic_gpu_association_id: Option<String>
The ID of the association.
elastic_gpu_association_state: Option<String>
The state of the association between the instance and the Elastic Graphics accelerator.
elastic_gpu_association_time: Option<String>
The time the Elastic Graphics accelerator was associated with the instance.
Implementations
The ID of the Elastic Graphics accelerator.
The ID of the association.
The state of the association between the instance and the Elastic Graphics accelerator.
The time the Elastic Graphics accelerator was associated with the instance.
Creates a new builder-style object to manufacture ElasticGpuAssociation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ElasticGpuAssociation
impl Send for ElasticGpuAssociation
impl Sync for ElasticGpuAssociation
impl Unpin for ElasticGpuAssociation
impl UnwindSafe for ElasticGpuAssociation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more