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.
1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1998 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.
1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1998 class DescribeResourcePoliciesResponse < Struct.new( :resource_policies, :next_token) SENSITIVE = [] include Aws::Structure end |