Class: Aws::Types::Problem
- Inherits:
-
Object
- Object
- Aws::Types::Problem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#affected_resource ⇒ ::String
Returns the value of attribute affected_resource.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#feedback ⇒ ::Hash[("INSIGHTS_FEEDBACK"), ("NOT_SPECIFIED" | "USEFUL" | "NOT_USEFUL")]
Returns the value of attribute feedback.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#insights ⇒ ::String
Returns the value of attribute insights.
-
#last_recurrence_time ⇒ ::Time
Returns the value of attribute last_recurrence_time.
-
#recurring_count ⇒ ::Integer
Returns the value of attribute recurring_count.
-
#resolution_method ⇒ "MANUAL", ...
Returns the value of attribute resolution_method.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#severity_level ⇒ "Informative", ...
Returns the value of attribute severity_level.
-
#short_name ⇒ ::String
Returns the value of attribute short_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "IGNORE", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def account_id @account_id end |
#affected_resource ⇒ ::String
Returns the value of attribute affected_resource.
449 450 451 |
# File 'sig/types.rbs', line 449 def affected_resource @affected_resource end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
451 452 453 |
# File 'sig/types.rbs', line 451 def end_time @end_time end |
#feedback ⇒ ::Hash[("INSIGHTS_FEEDBACK"), ("NOT_SPECIFIED" | "USEFUL" | "NOT_USEFUL")]
Returns the value of attribute feedback.
455 456 457 |
# File 'sig/types.rbs', line 455 def feedback @feedback end |
#id ⇒ ::String
Returns the value of attribute id.
444 445 446 |
# File 'sig/types.rbs', line 444 def id @id end |
#insights ⇒ ::String
Returns the value of attribute insights.
447 448 449 |
# File 'sig/types.rbs', line 447 def insights @insights end |
#last_recurrence_time ⇒ ::Time
Returns the value of attribute last_recurrence_time.
457 458 459 |
# File 'sig/types.rbs', line 457 def last_recurrence_time @last_recurrence_time end |
#recurring_count ⇒ ::Integer
Returns the value of attribute recurring_count.
456 457 458 |
# File 'sig/types.rbs', line 456 def recurring_count @recurring_count end |
#resolution_method ⇒ "MANUAL", ...
Returns the value of attribute resolution_method.
459 460 461 |
# File 'sig/types.rbs', line 459 def resolution_method @resolution_method end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
454 455 456 |
# File 'sig/types.rbs', line 454 def resource_group_name @resource_group_name end |
#severity_level ⇒ "Informative", ...
Returns the value of attribute severity_level.
452 453 454 |
# File 'sig/types.rbs', line 452 def severity_level @severity_level end |
#short_name ⇒ ::String
Returns the value of attribute short_name.
446 447 448 |
# File 'sig/types.rbs', line 446 def short_name @short_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
450 451 452 |
# File 'sig/types.rbs', line 450 def start_time @start_time end |
#status ⇒ "IGNORE", ...
Returns the value of attribute status.
448 449 450 |
# File 'sig/types.rbs', line 448 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
445 446 447 |
# File 'sig/types.rbs', line 445 def title @title end |
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
458 459 460 |
# File 'sig/types.rbs', line 458 def visibility @visibility end |