class Aws::ElasticInference::Types::DescribeAcceleratorsRequest
@note When making an API call, you may pass DescribeAcceleratorsRequest
data as a hash: { accelerator_ids: ["AcceleratorId"], filters: [ { name: "FilterName", values: ["String"], }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] accelerator_ids
The IDs of the accelerators to describe. @return [Array<String>]
@!attribute [rw] filters
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for. @return [Array<Types::Filter>]
@!attribute [rw] max_results
The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI. @return [Integer]
@!attribute [rw] next_token
A token to specify where to start paginating. This is the NextToken from a previously truncated response. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elastic-inference-2017-07-25/DescribeAcceleratorsRequest AWS API Documentation
Constants
- SENSITIVE