Class: Aws::Types::ListProblemsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProblemsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def account_id @account_id end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def component_name @component_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
345 346 347 |
# File 'sig/types.rbs', line 345 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
346 347 348 |
# File 'sig/types.rbs', line 346 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
347 348 349 |
# File 'sig/types.rbs', line 347 def next_token @next_token end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def resource_group_name @resource_group_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
344 345 346 |
# File 'sig/types.rbs', line 344 def start_time @start_time end |
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
349 350 351 |
# File 'sig/types.rbs', line 349 def visibility @visibility end |