Class: Aws::FIS::Types::ListExperimentTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_templatesArray<Types::ExperimentTemplateSummary>

The experiment templates.



1978
1979
1980
1981
1982
1983
# File 'lib/aws-sdk-fis/types.rb', line 1978

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

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
# File 'lib/aws-sdk-fis/types.rb', line 1978

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