AWS SDK for Kotlin
Toggle table of contents
1.4.114
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssoadmin
/
aws.sdk.kotlin.services.ssoadmin.model
/
GetApplicationGrantRequest
Get
Application
Grant
Request
class
GetApplicationGrantRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
application
Arn
Link copied to clipboard
val
applicationArn
:
String
?
Specifies the ARN of the application that contains the grant.
grant
Type
Link copied to clipboard
val
grantType
:
GrantType
?
Specifies the type of grant.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetApplicationGrantRequest.Builder
.
(
)
->
Unit
=
{}
)
:
GetApplicationGrantRequest
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