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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1736

class DescribeResourcePoliciesRequest < Struct.new(
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1736
1737
1738
1739
1740
1741
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1736

class DescribeResourcePoliciesRequest < Struct.new(
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end