Class: Aws::Types::Insight

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_data::Array[Types::Data]

Returns the value of attribute baseline_data.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def baseline_data
  @baseline_data
end

#context"CAUSAL", "CONTEXTUAL"

Returns the value of attribute context.

Returns:

  • ("CAUSAL", "CONTEXTUAL")


196
197
198
# File 'sig/types.rbs', line 196

def context
  @context
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


198
199
200
# File 'sig/types.rbs', line 198

def end_time
  @end_time
end

#insight_data::Array[Types::Data]

Returns the value of attribute insight_data.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def insight_data
  @insight_data
end

#insight_id::String

Returns the value of attribute insight_id.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def insight_id
  @insight_id
end

#insight_type::String

Returns the value of attribute insight_type.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def insight_type
  @insight_type
end

#recommendations::Array[Types::Recommendation]

Returns the value of attribute recommendations.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def recommendations
  @recommendations
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


199
200
201
# File 'sig/types.rbs', line 199

def severity
  @severity
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def start_time
  @start_time
end

#supporting_insights::Array[Types::Insight]

Returns the value of attribute supporting_insights.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def supporting_insights
  @supporting_insights
end