GetCredentialsForIdentityResponse
public struct GetCredentialsForIdentityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Credentials for the provided identity ID.
Declaration
Swift
public let credentials: Credentials?
-
A unique identifier in the format REGION:GUID.
Declaration
Swift
public let identityId: String?
-
Undocumented
Declaration
Swift
public init(credentials: Credentials? = nil, identityId: String? = nil)