Struct rusoto_organizations::ListPoliciesResponse [] [src]

pub struct ListPoliciesResponse {
    pub next_token: Option<String>,
    pub policies: Option<Vec<PolicySummary>>,
}

Fields

If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

Trait Implementations

impl Default for ListPoliciesResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListPoliciesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListPoliciesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more