GetCredentialReportResponse
public struct GetCredentialReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Contains the credential report. The report is Base64-encoded.
Declaration
Swift
public let content: Data? -
The date and time when the credential report was created, in ISO 8601 date-time format.
Declaration
Swift
public let generatedTime: TimeStamp? -
The format (MIME type) of the credential report.
Declaration
Swift
public let reportFormat: ReportFormatType? -
Undocumented
Declaration
Swift
public init(content: Data? = nil, generatedTime: TimeStamp? = nil, reportFormat: ReportFormatType? = nil)
View on GitHub
GetCredentialReportResponse Structure Reference