Struct aws_sdk_ec2::input::describe_elastic_gpus_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeElasticGpusInput
Implementations
Appends an item to elastic_gpu_ids.
To override the contents of this collection use set_elastic_gpu_ids.
The Elastic Graphics accelerator IDs.
The Elastic Graphics accelerator IDs.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Appends an item to filters.
To override the contents of this collection use set_filters.
The filters.
-
availability-zone- The Availability Zone in which the Elastic Graphics accelerator resides. -
elastic-gpu-health- The status of the Elastic Graphics accelerator (OK|IMPAIRED). -
elastic-gpu-state- The state of the Elastic Graphics accelerator (ATTACHED). -
elastic-gpu-type- The type of Elastic Graphics accelerator; for example,eg1.medium. -
instance-id- The ID of the instance to which the Elastic Graphics accelerator is associated.
The filters.
-
availability-zone- The Availability Zone in which the Elastic Graphics accelerator resides. -
elastic-gpu-health- The status of the Elastic Graphics accelerator (OK|IMPAIRED). -
elastic-gpu-state- The state of the Elastic Graphics accelerator (ATTACHED). -
elastic-gpu-type- The type of Elastic Graphics accelerator; for example,eg1.medium. -
instance-id- The ID of the instance to which the Elastic Graphics accelerator is associated.
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.
The token to request the next page of results.
The token to request the next page of results.
Consumes the builder and constructs a DescribeElasticGpusInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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