ResourceServerScopeType
public struct ResourceServerScopeType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the scope.
Declaration
Swift
public let scopeDescription: String
-
The name of the scope.
Declaration
Swift
public let scopeName: String
-
Undocumented
Declaration
Swift
public init(scopeDescription: String, scopeName: String)
-
Declaration
Swift
public func validate(name: String) throws