Class: Aws::AppConfig::Types::DeleteExperimentDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteExperimentDefinitionRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The application ID or name.
-
#delete_type ⇒ String
The type of deletion to perform.
-
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
Instance Attribute Details
#application_identifier ⇒ String
The application ID or name.
1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1100 class DeleteExperimentDefinitionRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :delete_type) SENSITIVE = [] include Aws::Structure end |
#delete_type ⇒ String
The type of deletion to perform. Valid values include archive (hide but preserve) and permanent (delete permanently).
1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1100 class DeleteExperimentDefinitionRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :delete_type) SENSITIVE = [] include Aws::Structure end |
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1100 class DeleteExperimentDefinitionRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :delete_type) SENSITIVE = [] include Aws::Structure end |