Class: Aws::CloudWatchLogs::Types::DescribeAccountPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeAccountPoliciesResponse
- Includes:
- Structure
- Defined in:
- 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.
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.
1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1345 class DescribeAccountPoliciesResponse < Struct.new( :account_policies) SENSITIVE = [] include Aws::Structure end |