Class: Aws::FIS::Types::DeleteExperimentTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::DeleteExperimentTemplateRequest
- Defined in:
- gems/aws-sdk-fis/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.
423 424 425 426 427 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 423 class DeleteExperimentTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |