DeleteComponentResponse
public struct DeleteComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the component build version that was deleted.
Declaration
Swift
public let componentBuildVersionArn: String?
-
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String?
-
Undocumented
Declaration
Swift
public init(componentBuildVersionArn: String? = nil, requestId: String? = nil)