Class: Aws::AppRegistry::Types::GetConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::AppRegistryConfiguration

Retrieves TagKey configuration from an account.



832
833
834
835
836
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 832

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