class
Amazonite::CloudWatchLogs::CreateScheduledQueryResponse
- Amazonite::CloudWatchLogs::CreateScheduledQueryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_scheduled_query_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(scheduled_query_arn : String | Nil = nil, state : ScheduledQueryState | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#scheduled_query_arn : String | Nil
The ARN of the created scheduled query.
-
#scheduled_query_arn=(scheduled_query_arn : String | Nil)
The ARN of the created scheduled query.
-
#state : ScheduledQueryState | Nil
The current state of the scheduled query.
-
#state=(state : ScheduledQueryState | Nil)
The current state of the scheduled query.
- #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 scheduled_query_arn=(scheduled_query_arn : String | Nil)
#
The ARN of the created scheduled query.