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:



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