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
Note:
When making an API call, you may pass DeleteExperimentTemplateRequest data as a hash:
{
id: "ExperimentTemplateId", # required
}
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.
475 476 477 478 479 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 475 class DeleteExperimentTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |