Class: Aws::EKS::Types::CreateFargateProfileResponse

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

#fargate_profileTypes::FargateProfile

The full description of your new Fargate profile.



1651
1652
1653
1654
1655
# File 'lib/aws-sdk-eks/types.rb', line 1651

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