Module Values_1.GetResourcePoliciesRequestSource

Returns an array of the Policy object.

Sourcetype nonrec t = {
  1. resourceArn : Values_0.ResourceArnString.t;
    (*

    Amazon Resource Name (ARN) of the resource to which the policies are attached.

    *)
  2. nextToken : Values_0.String_.t option;
    (*

    A token to start the list. Use this token to get the next set of results.

    *)
  3. maxResults : ResourcePolicyMaxResults.t option;
    (*

    The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> resourceArn:Values_0.ResourceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ResourcePolicyMaxResults.t | `String of Values_0.ResourceArnString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t