Class: Aws::Types::KubernetesWorkload
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesWorkload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_uids ⇒ ::Array[::String]
Returns the value of attribute container_uids.
-
#kubernetes_resources_types ⇒ "PODS", ...
Returns the value of attribute kubernetes_resources_types.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#container_uids ⇒ ::Array[::String]
Returns the value of attribute container_uids.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def container_uids @container_uids end |
#kubernetes_resources_types ⇒ "PODS", ...
Returns the value of attribute kubernetes_resources_types.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def kubernetes_resources_types @kubernetes_resources_types end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def namespace @namespace end |