FlushStageCacheRequest
public struct FlushStageCacheRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The string identifier of the associated RestApi.
Declaration
Swift
public let restApiId: String
-
[Required] The name of the stage to flush its cache.
Declaration
Swift
public let stageName: String
-
Undocumented
Declaration
Swift
public init(restApiId: String, stageName: String)