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:



1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1624

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)


1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1624

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