Class: Aws::Types::DeleteExperimentDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteExperimentDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#delete_type ⇒ "ARCHIVE", "DESTROY"
Returns the value of attribute delete_type.
-
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
252 253 254 |
# File 'sig/types.rbs', line 252 def application_identifier @application_identifier end |
#delete_type ⇒ "ARCHIVE", "DESTROY"
Returns the value of attribute delete_type.
254 255 256 |
# File 'sig/types.rbs', line 254 def delete_type @delete_type end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
253 254 255 |
# File 'sig/types.rbs', line 253 def experiment_definition_identifier @experiment_definition_identifier end |