Class: Aws::AppRegistry::Types::TagQueryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::TagQueryConfiguration
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
The definition of tagQuery
. Specifies which resources are associated
with an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_key ⇒ String
Condition in the IAM policy that associates resources to an application.
Instance Attribute Details
#tag_key ⇒ String
Condition in the IAM policy that associates resources to an application.
1230 1231 1232 1233 1234 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1230 class TagQueryConfiguration < Struct.new( :tag_key) SENSITIVE = [] include Aws::Structure end |