Class: Aws::ConfigService::Types::PutStoredQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutStoredQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stored_query ⇒ Types::StoredQuery
A list of
StoredQueryobjects. -
#tags ⇒ Array<Types::Tag>
A list of
Tagsobject.
Instance Attribute Details
#stored_query ⇒ Types::StoredQuery
A list of StoredQuery objects. The mandatory fields are
QueryName and Expression.
7886 7887 7888 7889 7890 7891 |
# File 'lib/aws-sdk-configservice/types.rb', line 7886 class PutStoredQueryRequest < Struct.new( :stored_query, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of Tags object.
7886 7887 7888 7889 7890 7891 |
# File 'lib/aws-sdk-configservice/types.rb', line 7886 class PutStoredQueryRequest < Struct.new( :stored_query, :tags) SENSITIVE = [] include Aws::Structure end |