Class: Aws::AppRegistry::Types::TagQueryConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tag_keyString

Condition in the IAM policy that associates resources to an application.

Returns:

  • (String)


1349
1350
1351
1352
1353
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1349

class TagQueryConfiguration < Struct.new(
  :tag_key)
  SENSITIVE = []
  include Aws::Structure
end