ProviderDescription
public struct ProviderDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the provider was added to the user pool.
Declaration
Swift
public let creationDate: TimeStamp?
-
The date the provider was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The identity provider name.
Declaration
Swift
public let providerName: String?
-
The identity provider type.
Declaration
Swift
public let providerType: IdentityProviderTypeType?
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, lastModifiedDate: TimeStamp? = nil, providerName: String? = nil, providerType: IdentityProviderTypeType? = nil)