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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def arn @arn end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def insight_status @insight_status end |
#kubernetes_resource_uri ⇒ ::String
Returns the value of attribute kubernetes_resource_uri.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def kubernetes_resource_uri @kubernetes_resource_uri end |