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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/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)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1185

class KubernetesResourceType < Struct.new(
  :api_version,
  :kind)
  SENSITIVE = []
  include Aws::Structure
end

#kindString

The kind for the Kubernetes resource.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1185

class KubernetesResourceType < Struct.new(
  :api_version,
  :kind)
  SENSITIVE = []
  include Aws::Structure
end