Class: Aws::Types::StartExperimentRunRequest

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)


806
807
808
# File 'sig/types.rbs', line 806

def application_identifier
  @application_identifier
end

#deployment_parameters ⇒ Types::DeploymentParameters

Returns the value of attribute deployment_parameters.



812
813
814
# File 'sig/types.rbs', line 812

def deployment_parameters
  @deployment_parameters
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def description
  @description
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def experiment_definition_identifier
  @experiment_definition_identifier
end

#exposure_percentage ⇒ ::Float

Returns the value of attribute exposure_percentage.

Returns:

  • (::Float)


809
810
811
# File 'sig/types.rbs', line 809

def exposure_percentage
  @exposure_percentage
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


811
812
813
# File 'sig/types.rbs', line 811

def tags
  @tags
end

#treatment_overrides ⇒ Types::TreatmentOverrides

Returns the value of attribute treatment_overrides.



810
811
812
# File 'sig/types.rbs', line 810

def treatment_overrides
  @treatment_overrides
end