toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
ResourceServerScopeType
Resource
Server
Scope
Type
class
ResourceServerScopeType
A resource server scope.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
scope
Description
Link copied to clipboard
val
scopeDescription
:
String
A description of the scope.
scope
Name
Link copied to clipboard
val
scopeName
:
String
The name of the scope.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ResourceServerScopeType.Builder
.
(
)
->
Unit
=
{}
)
:
ResourceServerScopeType
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String