Class: Aws::WellArchitected::Types::Insight

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

Overview

An insight describing a usage pattern and the signals detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#signals_detected ⇒ String

A description of the signals detected.

Returns:

  • (String)


4117
4118
4119
4120
4121
4122
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4117

class Insight < Struct.new(
  :usage_pattern,
  :signals_detected)
  SENSITIVE = []
  include Aws::Structure
end

#usage_pattern ⇒ String

A description of the usage pattern.

Returns:

  • (String)


4117
4118
4119
4120
4121
4122
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4117

class Insight < Struct.new(
  :usage_pattern,
  :signals_detected)
  SENSITIVE = []
  include Aws::Structure
end