ResourceServerType
public struct ResourceServerType : 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? - 
                  
                  
A list of scopes that are defined for the resource server.
Declaration
Swift
public let scopes: [ResourceServerScopeType]? - 
                  
                  
The user pool ID for the user pool that hosts the resource server.
Declaration
Swift
public let userPoolId: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(identifier: String? = nil, name: String? = nil, scopes: [ResourceServerScopeType]? = nil, userPoolId: String? = nil) 
View on GitHub
        ResourceServerType Structure Reference