GetStageResponse constructor
GetStageResponse({
- AccessLogSettings? accessLogSettings,
- bool? apiGatewayManaged,
- bool? autoDeploy,
- String? clientCertificateId,
- DateTime? createdDate,
- RouteSettings? defaultRouteSettings,
- String? deploymentId,
- String? description,
- String? lastDeploymentStatusMessage,
- DateTime? lastUpdatedDate,
- Map<
String, RouteSettings> ? routeSettings, - String? stageName,
- Map<
String, String> ? stageVariables, - Map<
String, String> ? tags,
Implementation
GetStageResponse({
this.accessLogSettings,
this.apiGatewayManaged,
this.autoDeploy,
this.clientCertificateId,
this.createdDate,
this.defaultRouteSettings,
this.deploymentId,
this.description,
this.lastDeploymentStatusMessage,
this.lastUpdatedDate,
this.routeSettings,
this.stageName,
this.stageVariables,
this.tags,
});