You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticInference::Types::DescribeAcceleratorsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeAcceleratorsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  accelerator_ids: ["AcceleratorId"],
  filters: [
    {
      name: "FilterName",
      values: ["String"],
    },
  ],
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_idsArray<String>

The IDs of the accelerators to describe.

Returns:

  • (Array<String>)

    The IDs of the accelerators to describe.

#filtersArray<Types::Filter>

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.

Returns:

#max_resultsInteger

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.

Returns:

  • (Integer)

    The total number of items to return in the command\'s output.

#next_tokenString

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

Returns:

  • (String)

    A token to specify where to start paginating.