Class: Aws::FIS::Types::GetExperimentTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::GetExperimentTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the experiment template.
Instance Attribute Details
#id ⇒ String
The ID of the experiment template.
1393 1394 1395 1396 1397 |
# File 'lib/aws-sdk-fis/types.rb', line 1393 class GetExperimentTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |