Class: Aws::Types::KubernetesResourceType
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesResourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#kind ⇒ ::String
Returns the value of attribute kind.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
431 432 433 |
# File 'sig/types.rbs', line 431 def api_version @api_version end |
#kind ⇒ ::String
Returns the value of attribute kind.
432 433 434 |
# File 'sig/types.rbs', line 432 def kind @kind end |