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

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


2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2403

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)


2403
2404
2405
2406
2407
2408
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2403

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