Class: Aws::Types::BatchListItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#total_runs ⇒ ::Integer
Returns the value of attribute total_runs.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
129 130 131 |
# File 'sig/types.rbs', line 129 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
126 127 128 |
# File 'sig/types.rbs', line 126 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
128 129 130 |
# File 'sig/types.rbs', line 128 def status @status end |
#total_runs ⇒ ::Integer
Returns the value of attribute total_runs.
130 131 132 |
# File 'sig/types.rbs', line 130 def total_runs @total_runs end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
131 132 133 |
# File 'sig/types.rbs', line 131 def workflow_id @workflow_id end |