Class: Aws::FIS::Types::ListExperimentTemplatesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


1564
1565
1566
1567
1568
1569
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1564

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1564
1565
1566
1567
1568
1569
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1564

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