class Aws::IoT::Types::ListPolicyPrincipalsRequest
@return [Boolean]
in ascending creation order.
Specifies the order for results. If true, the results are returned
@!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 policy name.
@!attribute [rw] policy_name
}
ascending_order: false,
page_size: 1,
marker: “Marker”,
policy_name: “PolicyName”, # required
{
data as a hash:
@note When making an API call, you may pass ListPolicyPrincipalsRequest
The input for the ListPolicyPrincipals operation.