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