Class: Aws::Connect::Types::DescribeViewResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeViewResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #view  ⇒ Types::View 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All view data is contained within the View object.
 
Instance Attribute Details
#view ⇒ Types::View
All view data is contained within the View object.
      7508 7509 7510 7511 7512  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7508 class DescribeViewResponse < Struct.new( :view) SENSITIVE = [] include Aws::Structure end  |