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.



1923
1924
1925
1926
1927
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1923

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