ImportComponentResponse
public struct ImportComponentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The idempotency token used to make this request idempotent.
Declaration
Swift
public let clientToken: String? -
The Amazon Resource Name (ARN) of the imported component.
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(clientToken: String? = nil, componentBuildVersionArn: String? = nil, requestId: String? = nil)
View on GitHub
ImportComponentResponse Structure Reference