Class: Aws::Types::RunListItem
- Inherits:
-
Object
- Object
- Aws::Types::RunListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
-
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def arn @arn end |
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def batch_id @batch_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def priority @priority end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def start_time @start_time end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def status @status end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def stop_time @stop_time end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def storage_type @storage_type end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def workflow_id @workflow_id end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def workflow_name @workflow_name end |
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def workflow_version_name @workflow_version_name end |