class
Amazonite::CloudWatchLogs::DescribeResourcePoliciesRequest
- Amazonite::CloudWatchLogs::DescribeResourcePoliciesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_resource_policies_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_token : String | Nil = nil, limit : Int32 | Nil = nil, resource_arn : String | Nil = nil, policy_scope : PolicyScope | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of resource policies to be displayed with one call of this API.
-
#limit=(limit : Int32 | Nil)
The maximum number of resource policies to be displayed with one call of this API.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#policy_scope : PolicyScope | Nil
Specifies the scope of the resource policy.
-
#policy_scope=(policy_scope : PolicyScope | Nil)
Specifies the scope of the resource policy.
-
#resource_arn : String | Nil
The ARN of the CloudWatch Logs resource for which to query the resource policy.
-
#resource_arn=(resource_arn : String | Nil)
The ARN of the CloudWatch Logs resource for which to query the resource policy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of resource policies to be displayed with one call of this API.
The maximum number of resource policies to be displayed with one call of this API.
Specifies the scope of the resource policy. Valid values are ACCOUNT or RESOURCE. When not
specified, defaults to ACCOUNT.
Specifies the scope of the resource policy. Valid values are ACCOUNT or RESOURCE. When not
specified, defaults to ACCOUNT.
The ARN of the CloudWatch Logs resource for which to query the resource policy.
The ARN of the CloudWatch Logs resource for which to query the resource policy.