Class: Aws::CloudWatchLogs::Types::DescribeResourcePoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeResourcePoliciesRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of resource policies to be displayed with one call of this API.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#policy_scope ⇒ String
Specifies the scope of the resource policy.
-
#resource_arn ⇒ String
The ARN of the CloudWatch Logs resource for which to query the resource policy.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of resource policies to be displayed with one call of this API.
2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2436 class DescribeResourcePoliciesRequest < Struct.new( :next_token, :limit, :resource_arn, :policy_scope) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2436 class DescribeResourcePoliciesRequest < Struct.new( :next_token, :limit, :resource_arn, :policy_scope) SENSITIVE = [] include Aws::Structure end |
#policy_scope ⇒ String
Specifies the scope of the resource policy. Valid values are
ACCOUNT
or RESOURCE
. When not specified, defaults to ACCOUNT
.
2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2436 class DescribeResourcePoliciesRequest < Struct.new( :next_token, :limit, :resource_arn, :policy_scope) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the CloudWatch Logs resource for which to query the resource policy.
2436 2437 2438 2439 2440 2441 2442 2443 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2436 class DescribeResourcePoliciesRequest < Struct.new( :next_token, :limit, :resource_arn, :policy_scope) SENSITIVE = [] include Aws::Structure end |