All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.amazon.sts.action.AssumedRole.kt Maven / Gradle / Ivy

There is a newer version: 5.24.1.0
Show newest version
package org.http4k.connect.amazon.sts.action

import org.http4k.connect.amazon.core.model.Credentials
import org.http4k.connect.amazon.sts.model.RoleId

interface AssumedRole {
    val AssumedRoleId: RoleId
    val Credentials: Credentials
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy