Class: Aws::Types::MonitoredResourceInfo
- Inherits:
-
Object
- Object
- Aws::Types::MonitoredResourceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def name @name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def resource_type @resource_type end |