Class: Aws::Types::ExperimentDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def application_id
  @application_id
end

#audience_description ⇒ ::String

Returns the value of attribute audience_description.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def audience_description
  @audience_description
end

#audience_rule ⇒ ::String

Returns the value of attribute audience_rule.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def audience_rule
  @audience_rule
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def configuration_profile_id
  @configuration_profile_id
end

#control ⇒ Types::Treatment

Returns the value of attribute control.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def control
  @control
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


395
396
397
# File 'sig/types.rbs', line 395

def created_at
  @created_at
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def environment_id
  @environment_id
end

#flag_key ⇒ ::String

Returns the value of attribute flag_key.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def flag_key
  @flag_key
end

#hypothesis ⇒ ::String

Returns the value of attribute hypothesis.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def hypothesis
  @hypothesis
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def id
  @id
end

#kms_key_identifier ⇒ ::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def kms_key_identifier
  @kms_key_identifier
end

#launch_criteria ⇒ ::String

Returns the value of attribute launch_criteria.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def launch_criteria
  @launch_criteria
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def name
  @name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "IDLE", "ARCHIVED")


386
387
388
# File 'sig/types.rbs', line 386

def status
  @status
end

#treatments ⇒ ::Array[Types::Treatment]

Returns the value of attribute treatments.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def treatments
  @treatments
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


396
397
398
# File 'sig/types.rbs', line 396

def updated_at
  @updated_at
end