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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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:



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_tokenString

The token to use when requesting the next set of items. The token expires after 24 hours.

Returns:

  • (String)


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