Class: Aws::CloudWatchLogs::Types::DescribeResourcePoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeResourcePoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#resource_policies ⇒ Array<Types::ResourcePolicy>
The resource policies that exist in this account.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2003 class DescribeResourcePoliciesResponse < Struct.new( :resource_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_policies ⇒ Array<Types::ResourcePolicy>
The resource policies that exist in this account.
2003 2004 2005 2006 2007 2008 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2003 class DescribeResourcePoliciesResponse < Struct.new( :resource_policies, :next_token) SENSITIVE = [] include Aws::Structure end |