Class: Aws::FIS::Types::ListExperimentTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListExperimentTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_templates ⇒ Array<Types::ExperimentTemplateSummary>
The experiment templates.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#experiment_templates ⇒ Array<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_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
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 |