DescribeDataSetPermissionsResponse
public struct DescribeDataSetPermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the dataset.
Declaration
Swift
public let dataSetArn: String? -
The ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
Declaration
Swift
public let dataSetId: String? -
A list of resource permissions on the dataset.
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(dataSetArn: String? = nil, dataSetId: String? = nil, permissions: [ResourcePermission]? = nil, requestId: String? = nil, status: Int? = nil)
View on GitHub
DescribeDataSetPermissionsResponse Structure Reference