Class: Aws::ElementalInference::Types::SearchFixturesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fixturesArray<Types::FixtureSummary>

An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.

Returns:



1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 1137

class SearchFixturesResponse < Struct.new(
  :fixtures,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that identifies the next batch of results. To see the next batch, submit the SearchFixtures request again, with the same search criteria, and specify this value in nextToken.

This parameter is absent when there are no more results to return.

Returns:

  • (String)


1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 1137

class SearchFixturesResponse < Struct.new(
  :fixtures,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end