Class: Aws::CloudWatchLogs::Types::PutQueryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutQueryDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_definition_id ⇒ String
The ID of the query definition.
Instance Attribute Details
#query_definition_id ⇒ String
The ID of the query definition.
4391 4392 4393 4394 4395 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4391 class PutQueryDefinitionResponse < Struct.new( :query_definition_id) SENSITIVE = [] include Aws::Structure end |