Module Values.GetResourcePoliciesInputSource

Retrieves the resource policies attached to the specified response plan.

Sourcetype nonrec t = {
  1. maxResults : MaxResults.t option;
    (*

    The maximum number of resource policies to display for each page of results.

    *)
  2. nextToken : NextToken.t option;
    (*

    The pagination token for the next set of items to return. (You received this token from a previous call.)

    *)
  3. resourceArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the response plan with the attached resource policy.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> resourceArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `String of NextToken.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