Class: Aws::Types::Result
- Inherits:
-
Object
- Object
- Aws::Types::Result
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#processing_result ⇒ ::String
Returns the value of attribute processing_result.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
7338 7339 7340 |
# File 'sig/types.rbs', line 7338 def account_id @account_id end |
#processing_result ⇒ ::String
Returns the value of attribute processing_result.
7339 7340 7341 |
# File 'sig/types.rbs', line 7339 def processing_result @processing_result end |