class
Amazonite::CloudWatchLogs::DescribeIndexPoliciesRequest
- Amazonite::CloudWatchLogs::DescribeIndexPoliciesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_index_policies_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifiers : Array(String), 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) -
#log_group_identifiers : Array(String)
An array containing the name or ARN of the log group that you want to retrieve field index policies for.
-
#log_group_identifiers=(log_group_identifiers : Array(String))
An array containing the name or ARN of the log group that you want to retrieve field index policies for.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
def self.new(log_group_identifiers : Array(String), next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def log_group_identifiers : Array(String)
#
An array containing the name or ARN of the log group that you want to retrieve field index policies for.
def log_group_identifiers=(log_group_identifiers : Array(String))
#
An array containing the name or ARN of the log group that you want to retrieve field index policies for.