Class: Aws::Types::JobDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#data ⇒ Types::JobData
Returns the value of attribute data.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
703 704 705 |
# File 'sig/types.rbs', line 703 def account_id @account_id end |
#data ⇒ Types::JobData
Returns the value of attribute data.
702 703 704 |
# File 'sig/types.rbs', line 702 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
701 702 703 |
# File 'sig/types.rbs', line 701 def id @id end |