DescribeAnalysisPermissionsResponse
public struct DescribeAnalysisPermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the analysis whose permissions you’re describing.
Declaration
Swift
public let analysisArn: String? -
The ID of the analysis whose permissions you’re describing.
Declaration
Swift
public let analysisId: String? -
A structure that describes the principals and the resource-level permissions on an analysis.
Declaration
Swift
public let permissions: [ResourcePermission]? -
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(analysisArn: String? = nil, analysisId: String? = nil, permissions: [ResourcePermission]? = nil, requestId: String? = nil, status: Int? = nil)
View on GitHub
DescribeAnalysisPermissionsResponse Structure Reference