UpdateComputeEnvironmentResponse
public struct UpdateComputeEnvironmentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the compute environment.
Declaration
Swift
public let computeEnvironmentArn: String?
-
The name of the compute environment.
Declaration
Swift
public let computeEnvironmentName: String?
-
Undocumented
Declaration
Swift
public init(computeEnvironmentArn: String? = nil, computeEnvironmentName: String? = nil)