Class: Aws::Types::StopExperimentRunRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier ⇒ ::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def application_identifier
  @application_identifier
end

#deployment_parameters ⇒ Types::DeploymentParameters

Returns the value of attribute deployment_parameters.



829
830
831
# File 'sig/types.rbs', line 829

def deployment_parameters
  @deployment_parameters
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def experiment_definition_identifier
  @experiment_definition_identifier
end

#result ⇒ Types::ExperimentRunResult

Returns the value of attribute result.



828
829
830
# File 'sig/types.rbs', line 828

def result
  @result
end

#run ⇒ ::Integer

Returns the value of attribute run.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def run
  @run
end