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

Class: Aws::IoT::Types::ListPrincipalPoliciesRequest

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

Overview

Note:

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

{
  principal: "Principal", # required
  marker: "Marker",
  page_size: 1,
  ascending_order: false,
}

The input for the ListPrincipalPolicies operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If true, 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.

#principalString

The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

Returns:

  • (String)

    The principal.