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

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

Constant Summary collapse

SENSITIVE =
[]

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>>)


897
898
899
900
901
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 897

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