Class: Aws::Types::Insight

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info::Hash[::String, ::String]

Returns the value of attribute additional_info.

Returns:

  • (::Hash[::String, ::String])


1171
1172
1173
# File 'sig/types.rbs', line 1171

def additional_info
  @additional_info
end

#category"UPGRADE_READINESS", ...

Returns the value of attribute category.

Returns:

  • ("UPGRADE_READINESS", "MISCONFIGURATION", "ROLLBACK_READINESS")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def category
  @category
end

#category_specific_summaryTypes::InsightCategorySpecificSummary

Returns the value of attribute category_specific_summary.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def category_specific_summary
  @category_specific_summary
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def id
  @id
end

#insight_statusTypes::InsightStatus

Returns the value of attribute insight_status.



1169
1170
1171
# File 'sig/types.rbs', line 1169

def insight_status
  @insight_status
end

#kubernetes_version::String

Returns the value of attribute kubernetes_version.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def kubernetes_version
  @kubernetes_version
end

#last_refresh_time::Time

Returns the value of attribute last_refresh_time.

Returns:

  • (::Time)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def last_refresh_time
  @last_refresh_time
end

#last_transition_time::Time

Returns the value of attribute last_transition_time.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def last_transition_time
  @last_transition_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def name
  @name
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def recommendation
  @recommendation
end

#resources::Array[Types::InsightResourceDetail]

Returns the value of attribute resources.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def resources
  @resources
end