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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/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_summaryTypes::LensUpgradeSummary

Summary of lens upgrade.



4342
4343
4344
4345
4346
4347
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4342

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

#typeString

The type of notification.

Returns:

  • (String)


4342
4343
4344
4345
4346
4347
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4342

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