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

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

#experiment_templatesArray<Types::ExperimentTemplateSummary>

The experiment templates.



1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1582

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)


1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1582

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