Class: Aws::AppRegistry::Types::GetConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AppRegistryConfiguration
Retrieves ‘TagKey` configuration from an account.
Instance Attribute Details
#configuration ⇒ Types::AppRegistryConfiguration
Retrieves ‘TagKey` configuration from an account.
832 833 834 835 836 |
# File 'lib/aws-sdk-appregistry/types.rb', line 832 class GetConfigurationResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |