DescribeAnalysisPermissionsRequest

public struct DescribeAnalysisPermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the analysis whose permissions you’re describing. The ID is part of the analysis URL.

    Declaration

    Swift

    public let analysisId: String
  • The ID of the AWS account that contains the analysis whose permissions you’re describing. You must be using the AWS account that the analysis is in.

    Declaration

    Swift

    public let awsAccountId: String
  • Undocumented

    Declaration

    Swift

    public init(analysisId: String, awsAccountId: String)
  • Declaration

    Swift

    public func validate(name: String) throws