DescribeFargateProfileRequest
public struct DescribeFargateProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon EKS cluster associated with the Fargate profile.
Declaration
Swift
public let clusterName: String
-
The name of the Fargate profile to describe.
Declaration
Swift
public let fargateProfileName: String
-
Undocumented
Declaration
Swift
public init(clusterName: String, fargateProfileName: String)