PutPermissionResponse

public struct PutPermissionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON-formatted resource-based policy on the profiling group that includes the added permissions.

    Declaration

    Swift

    public let policy: String
  • A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions. The 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)