Class: Aws::Types::InsightResourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::InsightResourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
-
#kubernetes_resource_uri ⇒ ::String
Returns the value of attribute kubernetes_resource_uri.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def arn @arn end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def insight_status @insight_status end |
#kubernetes_resource_uri ⇒ ::String
Returns the value of attribute kubernetes_resource_uri.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def kubernetes_resource_uri @kubernetes_resource_uri end |