Class: Aws::Types::GetExperimentRunRequest

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)


594
595
596
# File 'sig/types.rbs', line 594

def application_identifier
  @application_identifier
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def experiment_definition_identifier
  @experiment_definition_identifier
end

#run ⇒ ::Integer

Returns the value of attribute run.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def run
  @run
end