NAME
Paws::ApiGatewayV2::UpdateStageResponse
ATTRIBUTES
AccessLogSettings => Paws::ApiGatewayV2::AccessLogSettings
Settings for logging access in this stage.
ClientCertificateId => Str
The identifier of a client certificate for a Stage.
CreatedDate => Str
The timestamp when the stage was created.
DefaultRouteSettings => Paws::ApiGatewayV2::RouteSettings
Default route settings for the stage.
DeploymentId => Str
The identifier of the Deployment that the Stage is associated with.
Description => Str
The description of the stage.
LastUpdatedDate => Str
The timestamp when the stage was last updated.
RouteSettings => Paws::ApiGatewayV2::RouteSettingsMap
Route settings for the stage.
StageName => Str
The name of the stage.
StageVariables => Paws::ApiGatewayV2::StageVariablesMap
A map that defines the stage variables for a stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.