Class: Aws::AppConfig::Types::GetExperimentRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetExperimentRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The application ID or name.
-
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
-
#run ⇒ Integer
The run number to retrieve.
Instance Attribute Details
#application_identifier ⇒ String
The application ID or name.
2487 2488 2489 2490 2491 2492 2493 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2487 class GetExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run) SENSITIVE = [] include Aws::Structure end |
#experiment_definition_identifier ⇒ String
The experiment definition ID or name.
2487 2488 2489 2490 2491 2492 2493 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2487 class GetExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run) SENSITIVE = [] include Aws::Structure end |
#run ⇒ Integer
The run number to retrieve.
2487 2488 2489 2490 2491 2492 2493 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2487 class GetExperimentRunRequest < Struct.new( :application_identifier, :experiment_definition_identifier, :run) SENSITIVE = [] include Aws::Structure end |