Class: Aws::WellArchitected::Types::NotificationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wellarchitected/types.rb

Overview

A notification summary return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_upgrade_summary ⇒ Types::LensUpgradeSummary

Summary of lens upgrade.



6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6088

class NotificationSummary < Struct.new(
  :type,
  :lens_upgrade_summary)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of notification.

Returns:

  • (String)


6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6088

class NotificationSummary < Struct.new(
  :type,
  :lens_upgrade_summary)
  SENSITIVE = []
  include Aws::Structure
end