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


1199
1200
1201
# File 'sig/types.rbs', line 1199

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def id
  @id
end

#insight_statusTypes::InsightStatus

Returns the value of attribute insight_status.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def insight_status
  @insight_status
end

#kubernetes_version::String

Returns the value of attribute kubernetes_version.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def kubernetes_version
  @kubernetes_version
end

#last_refresh_time::Time

Returns the value of attribute last_refresh_time.

Returns:

  • (::Time)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def last_refresh_time
  @last_refresh_time
end

#last_transition_time::Time

Returns the value of attribute last_transition_time.

Returns:

  • (::Time)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def last_transition_time
  @last_transition_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def name
  @name
end