Class: Aws::Types::BatchSuccessfulResultModel
- Inherits:
-
Object
- Object
- Aws::Types::BatchSuccessfulResultModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
349 350 351 |
# File 'sig/types.rbs', line 349 def id @id end |
#state ⇒ ::String
Returns the value of attribute state.
350 351 352 |
# File 'sig/types.rbs', line 350 def state @state end |