RemovePermissionResponse

public struct RemovePermissionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.

    Declaration

    Swift

    public let policy: String
  • A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the policy element of the response.

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(policy: String, revisionId: String)