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

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 new Fargate profile.



1545
1546
1547
1548
1549
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1545

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