class
Amazonite::CloudWatchLogs::DescribeIndexPoliciesResponse
- Amazonite::CloudWatchLogs::DescribeIndexPoliciesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_index_policies_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_policies : Array(IndexPolicy) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_policies : Array(IndexPolicy) | Nil
An array containing the field index policies.
-
#index_policies=(index_policies : Array(IndexPolicy) | Nil)
An array containing the field index policies.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def index_policies=(index_policies : Array(IndexPolicy) | Nil)
#
An array containing the field index policies.