Class: Aws::ConfigService::Types::DeleteStoredQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteStoredQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_name ⇒ String
The name of the query that you want to delete.
Instance Attribute Details
#query_name ⇒ String
The name of the query that you want to delete.
2243 2244 2245 2246 2247 |
# File 'lib/aws-sdk-configservice/types.rb', line 2243 class DeleteStoredQueryRequest < Struct.new( :query_name) SENSITIVE = [] include Aws::Structure end |