Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- 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.
-
#nonce ⇒ ::String
Returns the value of attribute nonce.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def account_id @account_id end |
#data ⇒ Types::JobData
Returns the value of attribute data.
682 683 684 |
# File 'sig/types.rbs', line 682 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
681 682 683 |
# File 'sig/types.rbs', line 681 def id @id end |
#nonce ⇒ ::String
Returns the value of attribute nonce.
683 684 685 |
# File 'sig/types.rbs', line 683 def nonce @nonce end |