Class: Aws::CloudWatchLogs::Types::DescribeAccountPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeAccountPoliciesResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_policies ⇒ Array<Types::AccountPolicy>
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#account_policies ⇒ Array<Types::AccountPolicy>
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1621 class DescribeAccountPoliciesResponse < Struct.new( :account_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. The token expires after 24 hours.
1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1621 class DescribeAccountPoliciesResponse < Struct.new( :account_policies, :next_token) SENSITIVE = [] include Aws::Structure end |