Class: Aws::Types::InsightSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category"UPGRADE_READINESS", ...

Returns the value of attribute category.

Returns:

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


1105
1106
1107
# File 'sig/types.rbs', line 1105

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def id
  @id
end

#insight_statusTypes::InsightStatus

Returns the value of attribute insight_status.



1110
1111
1112
# File 'sig/types.rbs', line 1110

def insight_status
  @insight_status
end

#kubernetes_version::String

Returns the value of attribute kubernetes_version.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def kubernetes_version
  @kubernetes_version
end

#last_refresh_time::Time

Returns the value of attribute last_refresh_time.

Returns:

  • (::Time)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def last_refresh_time
  @last_refresh_time
end

#last_transition_time::Time

Returns the value of attribute last_transition_time.

Returns:

  • (::Time)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def last_transition_time
  @last_transition_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def name
  @name
end