You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ListPoliciesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPoliciesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  marker: "Marker",
  page_size: 1,
  ascending_order: false,
}

The input for the ListPolicies operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If true, the results are returned in ascending creation order.

Returns:

  • (Boolean)

    Specifies the order for results.

#markerString

The marker for the next set of results.

Returns:

  • (String)

    The marker for the next set of results.

#page_sizeInteger

The result page size.

Returns:

  • (Integer)

    The result page size.