Class: Aws::EKS::Types::DescribeFargateProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-eks/types.rb', line 2702

class DescribeFargateProfileRequest < Struct.new(
  :cluster_name,
  :fargate_profile_name)
  SENSITIVE = []
  include Aws::Structure
end

#fargate_profile_nameString

The name of the Fargate profile to describe.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-eks/types.rb', line 2702

class DescribeFargateProfileRequest < Struct.new(
  :cluster_name,
  :fargate_profile_name)
  SENSITIVE = []
  include Aws::Structure
end