GetCallerIdentityResponse

data class GetCallerIdentityResponse(val userId: String, val account: String, val arn: String) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(userId: String, account: String, arn: String)

Properties

Link copied to clipboard
Link copied to clipboard
val arn: String
Link copied to clipboard

Functions

Link copied to clipboard
open fun template(): String