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.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def status @status end |