Class: Aws::ARCRegionswitch::Types::KubernetesResourceType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_versionString

The API version type for the Kubernetes resource.

Returns:

  • (String)


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

#kindString

The kind for the Kubernetes resource.

Returns:

  • (String)


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