Class: Aws::AppConfig::Types::DeleteExperimentDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The application ID or name.

Returns:

  • (String)


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_typeString

The type of deletion to perform. Valid values include archive (hide but preserve) and permanent (delete permanently).

Returns:

  • (String)


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_identifierString

The experiment definition ID or name.

Returns:

  • (String)


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