Class: Aws::Types::GetExperimentDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExperimentDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#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.
588 589 590 |
# File 'sig/types.rbs', line 588 def application_identifier @application_identifier end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
589 590 591 |
# File 'sig/types.rbs', line 589 def experiment_definition_identifier @experiment_definition_identifier end |