GenerateCredentialReportResponse
public struct GenerateCredentialReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the credential report.
Declaration
Swift
public let description: String?
-
Information about the state of the credential report.
Declaration
Swift
public let state: ReportStateType?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, state: ReportStateType? = nil)