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-06-12 UTC."],[[["This document provides reference information for the `GetConnectorRequest` class within the Serverless VPC Access v1 API, specifically version 2.3.0, and also provides links to the other versions."],["`GetConnectorRequest` is a class used to request details about a Serverless VPC Access connector, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetConnectorRequest` class has properties for `ConnectorName` (typed view) and `Name` (string), where the name property is required to specify the connector to get."],["There are two constructor overloads, one default and one that takes an existing `GetConnectorRequest` object as a parameter, for the class."]]],[]]