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

Class: Aws::CloudWatchLogs::Types::DescribeResourcePoliciesRequest

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

Overview

Note:

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

{
  next_token: "NextToken",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of resource policies to be displayed with one call of this API.

Returns:

  • (Integer)

    The maximum number of resource policies to be displayed with one call of this API.

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)

    The token for the next set of items to return.