class Aws::IoT::Types::ListPrincipalPoliciesRequest
@return [Boolean]
ascending creation order.
Specifies the order for results. If true, results are returned in
@!attribute [rw] ascending_order
@return [Integer]
The result page size.
@!attribute [rw] page_size
@return [String]
The marker for the next set of results.
@!attribute [rw] marker
@return [String]
The principal.
@!attribute [rw] principal
}
ascending_order: false,
page_size: 1,
marker: “Marker”,
principal: “Principal”, # required
{
data as a hash:
@note When making an API call, you may pass ListPrincipalPoliciesRequest
The input for the ListPrincipalPolicies operation.