Class: Aws::Types::ExperimentDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentDefinitionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_profile_id ⇒ ::String
Returns the value of attribute configuration_profile_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#flag_key ⇒ ::String
Returns the value of attribute flag_key.
-
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
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.
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.
425 426 427 |
# File 'sig/types.rbs', line 425 def flag_key @flag_key end |
#hypothesis ⇒ ::String
Returns the value of attribute hypothesis.
421 422 423 |
# File 'sig/types.rbs', line 421 def hypothesis @hypothesis end |
#id ⇒ ::String
Returns the value of attribute id.
419 420 421 |
# File 'sig/types.rbs', line 419 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
420 421 422 |
# File 'sig/types.rbs', line 420 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
422 423 424 |
# File 'sig/types.rbs', line 422 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
427 428 429 |
# File 'sig/types.rbs', line 427 def updated_at @updated_at end |