GetRoleCredentialsResponse
public struct GetRoleCredentialsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The credentials for the role that is assigned to the user.
Declaration
Swift
public let roleCredentials: RoleCredentials?
-
Undocumented
Declaration
Swift
public init(roleCredentials: RoleCredentials? = nil)