Class: Aws::Types::UnprocessedAccount
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def account_id @account_id end |
#result ⇒ ::String
Returns the value of attribute result.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def result @result end |