Struct aws_sdk_ec2::model::ElasticInferenceAcceleratorAssociation [−][src]
#[non_exhaustive]pub struct ElasticInferenceAcceleratorAssociation {
pub elastic_inference_accelerator_arn: Option<String>,
pub elastic_inference_accelerator_association_id: Option<String>,
pub elastic_inference_accelerator_association_state: Option<String>,
pub elastic_inference_accelerator_association_time: Option<DateTime>,
}
Expand description
Describes the association between an instance and an elastic inference 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_inference_accelerator_arn: Option<String>
The Amazon Resource Name (ARN) of the elastic inference accelerator.
elastic_inference_accelerator_association_id: Option<String>
The ID of the association.
elastic_inference_accelerator_association_state: Option<String>
The state of the elastic inference accelerator.
elastic_inference_accelerator_association_time: Option<DateTime>
The time at which the elastic inference accelerator is associated with an instance.
Implementations
The Amazon Resource Name (ARN) of the elastic inference accelerator.
The ID of the association.
The state of the elastic inference accelerator.
The time at which the elastic inference accelerator is associated with an instance.
Creates a new builder-style object to manufacture ElasticInferenceAcceleratorAssociation
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
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