Class: Aws::Types::ListProblemsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProblemsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#problem_list ⇒ ::Array[Types::Problem]
Returns the value of attribute problem_list.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def account_id @account_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
355 356 357 |
# File 'sig/types.rbs', line 355 def next_token @next_token end |
#problem_list ⇒ ::Array[Types::Problem]
Returns the value of attribute problem_list.
354 355 356 |
# File 'sig/types.rbs', line 354 def problem_list @problem_list end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
356 357 358 |
# File 'sig/types.rbs', line 356 def resource_group_name @resource_group_name end |