Class: Aws::EKS::Types::DescribeFargateProfileResponse

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

#fargate_profileTypes::FargateProfile

The full description of your Fargate profile.



2416
2417
2418
2419
2420
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2416

class DescribeFargateProfileResponse < Struct.new(
  :fargate_profile)
  SENSITIVE = []
  include Aws::Structure
end