Class: Aws::Types::ThirdPartyJobDetails
- Inherits:
-
Object
- Object
- Aws::Types::ThirdPartyJobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::ThirdPartyJobData
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
#data ⇒ Types::ThirdPartyJobData
Returns the value of attribute data.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def id @id end |
#nonce ⇒ ::String
Returns the value of attribute nonce.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def nonce @nonce end |