Class: Aws::CloudWatchLogs::Types::DescribeAccountPoliciesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_policiesArray<Types::AccountPolicy>

An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.

Returns:



1162
1163
1164
1165
1166
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1162

class DescribeAccountPoliciesResponse < Struct.new(
  :account_policies)
  SENSITIVE = []
  include Aws::Structure
end