Class: Aws::ARCRegionswitch::Types::KubernetesResourceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::KubernetesResourceType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Defines the type of Kubernetes resource to scale in an Amazon EKS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_version ⇒ String
The API version type for the Kubernetes resource.
-
#kind ⇒ String
The kind for the Kubernetes resource.
Instance Attribute Details
#api_version ⇒ String
The API version type for the Kubernetes resource.
1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1365 class KubernetesResourceType < Struct.new( :api_version, :kind) SENSITIVE = [] include Aws::Structure end |
#kind ⇒ String
The kind for the Kubernetes resource.
1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1365 class KubernetesResourceType < Struct.new( :api_version, :kind) SENSITIVE = [] include Aws::Structure end |