Class: Aws::Types::ExperimentDefinitionSummary

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)


418
419
420
# File 'sig/types.rbs', line 418

def application_id
  @application_id
end

#configuration_profile_id ⇒ ::String

Returns the value of attribute configuration_profile_id.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def configuration_profile_id
  @configuration_profile_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def created_at
  @created_at
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def environment_id
  @environment_id
end

#flag_key ⇒ ::String

Returns the value of attribute flag_key.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def flag_key
  @flag_key
end

#hypothesis ⇒ ::String

Returns the value of attribute hypothesis.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def hypothesis
  @hypothesis
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def name
  @name
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

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


422
423
424
# File 'sig/types.rbs', line 422

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


427
428
429
# File 'sig/types.rbs', line 427

def updated_at
  @updated_at
end