Class: Aws::CloudWatchLogs::Types::DescribeResourcePoliciesResponse

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

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1754

class DescribeResourcePoliciesResponse < Struct.new(
  :resource_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_policiesArray<Types::ResourcePolicy>

The resource policies that exist in this account.

Returns:



1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1754

class DescribeResourcePoliciesResponse < Struct.new(
  :resource_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end