Class: Aws::FIS::Types::ListExperimentsResponse

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

#experimentsArray<Types::ExperimentSummary>

The experiments.

Returns:



1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1679

class ListExperimentsResponse < Struct.new(
  :experiments,
  :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)


1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1679

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