IdentityPoolShortDescription
public struct IdentityPoolShortDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An identity pool ID in the format REGION:GUID.
Declaration
Swift
public let identityPoolId: String? -
A string that you provide.
Declaration
Swift
public let identityPoolName: String? -
Undocumented
Declaration
Swift
public init(identityPoolId: String? = nil, identityPoolName: String? = nil)
View on GitHub
IdentityPoolShortDescription Structure Reference