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.



1024
1025
1026
1027
1028
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1024

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