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

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

A description of the signals detected.

Returns:

  • (String)


4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4105

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

#usage_patternString

A description of the usage pattern.

Returns:

  • (String)


4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4105

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