class
Amazonite::CloudWatchLogs::DeleteQueryDefinitionRequest
- Amazonite::CloudWatchLogs::DeleteQueryDefinitionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_query_definition_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_definition_id : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#query_definition_id : String
The ID of the query definition that you want to delete.
-
#query_definition_id=(query_definition_id : String)
The ID of the query definition that you want to delete.
- #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 query_definition_id : String
#
The ID of the query definition that you want to delete. You can use DescribeQueryDefinitions to retrieve the IDs of your saved query definitions.
def query_definition_id=(query_definition_id : String)
#
The ID of the query definition that you want to delete. You can use DescribeQueryDefinitions to retrieve the IDs of your saved query definitions.