Class: Aws::Types::RetryBuildInput
- Inherits:
-
Object
- Object
- Aws::Types::RetryBuildInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def id @id end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def idempotency_token @idempotency_token end |