Class: Aws::ElasticInference::Types::DescribeAcceleratorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::DescribeAcceleratorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_ids ⇒ Array<String>
The IDs of the accelerators to describe.
-
#filters ⇒ Array<Types::Filter>
One or more filters.
-
#max_results ⇒ Integer
The total number of items to return in the command’s output.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#accelerator_ids ⇒ Array<String>
The IDs of the accelerators to describe.
161 162 163 164 165 166 167 168 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 161 class DescribeAcceleratorsRequest < Struct.new( :accelerator_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<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.
161 162 163 164 165 166 167 168 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 161 class DescribeAcceleratorsRequest < Struct.new( :accelerator_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
161 162 163 164 165 166 167 168 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 161 class DescribeAcceleratorsRequest < Struct.new( :accelerator_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
161 162 163 164 165 166 167 168 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 161 class DescribeAcceleratorsRequest < Struct.new( :accelerator_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |