Class: Aws::AppRegistry::Types::AppRegistryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AppRegistryConfiguration
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Includes all of the AppRegistry settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_query_configuration ⇒ Types::TagQueryConfiguration
Includes the definition of a
tagQuery
.
Instance Attribute Details
#tag_query_configuration ⇒ Types::TagQueryConfiguration
Includes the definition of a tagQuery
.
21 22 23 24 25 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 21 class AppRegistryConfiguration < Struct.new( :tag_query_configuration) SENSITIVE = [] include Aws::Structure end |