Class: Aws::Connect::Types::DescribePredefinedAttributeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribePredefinedAttributeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #predefined_attribute  ⇒ Types::PredefinedAttribute 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the predefined attribute.
 
Instance Attribute Details
#predefined_attribute ⇒ Types::PredefinedAttribute
Information about the predefined attribute.
      7149 7150 7151 7152 7153  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7149 class DescribePredefinedAttributeResponse < Struct.new( :predefined_attribute) SENSITIVE = [] include Aws::Structure end  |