Class: Aws::FIS::Types::GetExperimentTemplateRequest

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 template.

Returns:

  • (String)


1362
1363
1364
1365
1366
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1362

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