GetRoleCredentialsRequest
public struct GetRoleCredentialsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token issued by the CreateToken API call. For more information, see CreateToken in the AWS SSO OIDC API Reference Guide.
Declaration
Swift
public let accessToken: String -
The identifier for the AWS account that is assigned to the user.
Declaration
Swift
public let accountId: String -
The friendly name of the role that is assigned to the user.
Declaration
Swift
public let roleName: String -
Undocumented
Declaration
Swift
public init(accessToken: String, accountId: String, roleName: String)
View on GitHub
GetRoleCredentialsRequest Structure Reference