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.
4798 4799 4800 4801 4802 |
# File 'lib/aws-sdk-configservice/types.rb', line 4798 class GetStoredQueryRequest < Struct.new( :query_name) SENSITIVE = [] include Aws::Structure end |