CreateAnalysisResponse

public struct CreateAnalysisResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the analysis.

    Declaration

    Swift

    public let analysisId: String?
  • arn

    The ARN for the analysis.

    Declaration

    Swift

    public let arn: String?
  • The status of the creation of the analysis.

    Declaration

    Swift

    public let creationStatus: ResourceStatus?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(analysisId: String? = nil, arn: String? = nil, creationStatus: ResourceStatus? = nil, requestId: String? = nil, status: Int? = nil)