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.
4372 4373 4374 4375 4376 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4372 class PutQueryDefinitionResponse < Struct.new( :query_definition_id) SENSITIVE = [] include Aws::Structure end |