Class: Aws::ApplicationDiscoveryService::Types::DescribeConfigurationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeConfigurationsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configurations  ⇒ Array<Hash<String,String>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A key in the response map. 
Instance Attribute Details
#configurations ⇒ Array<Hash<String,String>>
A key in the response map. The value is an array of data.
| 897 898 899 900 901 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 897 class DescribeConfigurationsResponse < Struct.new( :configurations) SENSITIVE = [] include Aws::Structure end |