Class: Aws::Types::SearchFixturesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fixtures::Array[Types::FixtureSummary]

Returns the value of attribute fixtures.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def fixtures
  @fixtures
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def next_token
  @next_token
end