UpdateResourceServerRequest
public struct UpdateResourceServerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier for the resource server.
Declaration
Swift
public let identifier: String -
The name of the resource server.
Declaration
Swift
public let name: String -
The scope values to be set for the resource server.
Declaration
Swift
public let scopes: [ResourceServerScopeType]? -
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String -
Undocumented
Declaration
Swift
public init(identifier: String, name: String, scopes: [ResourceServerScopeType]? = nil, userPoolId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateResourceServerRequest Structure Reference