GenerateServiceLastAccessedDetailsResponse
public struct GenerateServiceLastAccessedDetailsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.
Declaration
Swift
public let jobId: String?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil)