GetConnectorDefinitionVersionResponse
public struct GetConnectorDefinitionVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the connector definition version.
Declaration
Swift
public let arn: String? -
The time, in milliseconds since the epoch, when the connector definition version was created.
Declaration
Swift
public let creationTimestamp: String? -
Information about the connector definition version.
Declaration
Swift
public let definition: ConnectorDefinitionVersion? -
The ID of the connector definition version.
Declaration
Swift
public let id: String? -
The token for the next set of results, or “null” if there are no additional results.
Declaration
Swift
public let nextToken: String? -
The version of the connector definition version.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTimestamp: String? = nil, definition: ConnectorDefinitionVersion? = nil, id: String? = nil, nextToken: String? = nil, version: String? = nil)
View on GitHub
GetConnectorDefinitionVersionResponse Structure Reference