Class: Aws::WellArchitected::Types::Insight
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Insight
- 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
-
#signals_detected ⇒ String
A description of the signals detected.
-
#usage_pattern ⇒ String
A description of the usage pattern.
Instance Attribute Details
#signals_detected ⇒ String
A description of the signals detected.
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.
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 |