NAME
Paws::ApiGatewayV2::GetApiResponse
ATTRIBUTES
ApiEndpoint => Str
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.
ApiId => Str
The API ID.
ApiKeySelectionExpression => Str
An API key selection expression. See API Key Selection Expressions (https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions).
CreatedDate => Str
The timestamp when the API was created.
Description => Str
The description of the API.
DisableSchemaValidation => Bool
Avoid validating models when creating a deployment.
Name => Str
The name of the API.
ProtocolType => Str
The API protocol: HTTP or WEBSOCKET.
Valid values are: "WEBSOCKET"
=head2 RouteSelectionExpression => Str
The route selection expression for the API.
Version => Str
A version identifier for the API.
Warnings => ArrayRef[Str|Undef]
The warning messages reported when failonwarnings is turned on during API import.