Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def status @status end |