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

Class: Aws::IoT::Types::ListAttachedPoliciesRequest

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

Overview

Note:

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

{
  target: "PolicyTarget", # required
  recursive: false,
  marker: "Marker",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The token to retrieve the next set of results.

Returns:

  • (String)

    The token to retrieve the next set of results.

#page_sizeInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)

    The maximum number of results to be returned per request.

#recursiveBoolean

When true, recursively list attached policies.

Returns:

  • (Boolean)

    When true, recursively list attached policies.

#targetString

The group or principal for which the policies will be listed. 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 group or principal for which the policies will be listed.