Class: Aws::FIS::Types::StopExperimentRequest

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

#idString

The ID of the experiment.

Returns:

  • (String)


1847
1848
1849
1850
1851
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1847

class StopExperimentRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end