Method: Aws::ApplicationInsights::Types::Problem#visibility
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
#visibility ⇒ String
Specifies whether or not you can view the problem. Updates to ignored problems do not generate notifications.
1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1671 class Problem < Struct.new( :id, :title, :short_name, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :account_id, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time, :visibility, :resolution_method) SENSITIVE = [] include Aws::Structure end |