Class: Aws::FIS::Types::ListExperimentTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListExperimentTemplatesResponse
- Defined in:
- gems/aws-sdk-fis/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.
1190 1191 1192 1193 1194 1195 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1190 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.
1190 1191 1192 1193 1194 1195 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1190 class ListExperimentTemplatesResponse < Struct.new( :experiment_templates, :next_token) SENSITIVE = [] include Aws::Structure end |