GetTelemetryMetadataRequest
public struct GetTelemetryMetadataRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
Declaration
Swift
public let assessmentRunArn: String
-
Undocumented
Declaration
Swift
public init(assessmentRunArn: String)
-
Declaration
Swift
public func validate(name: String) throws