public sealed class GetConnectorRequest : IMessage<GetConnectorRequest>, IEquatable<GetConnectorRequest>, IDeepCloneable<GetConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Serverless VPC Access v1 API class GetConnectorRequest.
Request for getting a Serverless VPC Access connector.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetConnectorRequest` class is part of the Serverless VPC Access v1 API, facilitating requests for retrieving a Serverless VPC Access connector."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetConnectorRequest` class offers two constructors: a default constructor and one that takes another `GetConnectorRequest` object as a parameter for duplication."],["It includes two properties: `ConnectorName`, which provides a typed view of the resource name, and `Name`, which is a required string property specifying the name of the connector to retrieve."],["The documentation contains information from version 1.0.0 up to 2.5.0, with version 2.5.0 being the latest version."]]],[]]