Class: Aws::ConfigService::Types::GetStoredQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetStoredQueryRequest
- 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.
Instance Attribute Details
#query_name ⇒ String
The name of the query.
5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-configservice/types.rb', line 5174 class GetStoredQueryRequest < Struct.new( :query_name) SENSITIVE = [] include Aws::Structure end |