class
Amazonite::CloudWatchLogs::DescribeAccountPoliciesResponse
- Amazonite::CloudWatchLogs::DescribeAccountPoliciesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_account_policies_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(account_policies : Array(AccountPolicy) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_policies : Array(AccountPolicy) | Nil
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
-
#account_policies=(account_policies : Array(AccountPolicy) | Nil)
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
An array of structures that contain information about the CloudWatch Logs account policies that match the specified filters.
The token to use when requesting the next set of items. The token expires after 24 hours.
The token to use when requesting the next set of items. The token expires after 24 hours.