Class: Aws::Types::DescribeProblemObservationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProblemObservationsRequest
- 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.
223 224 225 |
# File 'sig/types.rbs', line 223 def account_id @account_id end |
#problem_id ⇒ ::String
Returns the value of attribute problem_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def problem_id @problem_id end |