Class: Aws::Types::DescribeProblemRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProblemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#problem_id ⇒ ::String
Returns the value of attribute problem_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def account_id @account_id end |
#problem_id ⇒ ::String
Returns the value of attribute problem_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def problem_id @problem_id end |