CreateComponentResponse
public struct CreateComponentResponse : 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 component that was created by this request.
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)