Class: Aws::EKS::Types::DescribeFargateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeFargateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of your cluster.
-
#fargate_profile_name ⇒ String
The name of the Fargate profile to describe.
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
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_name ⇒ String
The name of the Fargate profile to describe.
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 |