UpdateDataSetPermissionsResponse

public struct UpdateDataSetPermissionsResponse : 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 whose permissions you want to update. This ID is unique per AWS Region for each AWS account.

    Declaration

    Swift

    public let dataSetId: String?
  • 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, requestId: String? = nil, status: Int? = nil)