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])


1077
1078
1079
# File 'sig/types.rbs', line 1077

def additional_info
  @additional_info
end

#category"UPGRADE_READINESS", ...

Returns the value of attribute category.

Returns:

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


1070
1071
1072
# File 'sig/types.rbs', line 1070

def category
  @category
end

#category_specific_summaryTypes::InsightCategorySpecificSummary

Returns the value of attribute category_specific_summary.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def category_specific_summary
  @category_specific_summary
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def id
  @id
end

#insight_statusTypes::InsightStatus

Returns the value of attribute insight_status.



1075
1076
1077
# File 'sig/types.rbs', line 1075

def insight_status
  @insight_status
end

#kubernetes_version::String

Returns the value of attribute kubernetes_version.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def kubernetes_version
  @kubernetes_version
end

#last_refresh_time::Time

Returns the value of attribute last_refresh_time.

Returns:

  • (::Time)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def last_refresh_time
  @last_refresh_time
end

#last_transition_time::Time

Returns the value of attribute last_transition_time.

Returns:

  • (::Time)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def last_transition_time
  @last_transition_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def name
  @name
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def recommendation
  @recommendation
end

#resources::Array[Types::InsightResourceDetail]

Returns the value of attribute resources.

Returns:



1078
1079
1080
# File 'sig/types.rbs', line 1078

def resources
  @resources
end