Class: Aws::ApplicationDiscoveryService::Types::DescribeConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Hash<String,String>>

A key in the response map. The value is an array of data.

Returns:

  • (Array<Hash<String,String>>)


655
656
657
658
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 655

class DescribeConfigurationsResponse < Struct.new(
  :configurations)
  include Aws::Structure
end