list_experiment_templates
(**kwargs)¶Lists your experiment templates.
See also: AWS API Documentation
Request Syntax
response = client.list_experiment_templates(
maxResults=123,
nextToken='string'
)
nextToken
value.dict
Response Syntax
{
'experimentTemplates': [
{
'id': 'string',
'description': 'string',
'creationTime': datetime(2015, 1, 1),
'lastUpdateTime': datetime(2015, 1, 1),
'tags': {
'string': 'string'
}
},
],
'nextToken': 'string'
}
Response Structure
(dict) --
experimentTemplates (list) --
The experiment templates.
(dict) --
Provides a summary of an experiment template.
id (string) --
The ID of the experiment template.
description (string) --
The description of the experiment template.
creationTime (datetime) --
The time that the experiment template was created.
lastUpdateTime (datetime) --
The time that the experiment template was last updated.
tags (dict) --
The tags for the experiment template.
nextToken (string) --
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
Exceptions
FIS.Client.exceptions.ValidationException