Class: Aws::Connect::Types::DescribeViewRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeViewRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #view_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ViewId of the view.
 
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
      7495 7496 7497 7498 7499 7500  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7495 class DescribeViewRequest < Struct.new( :instance_id, :view_id) SENSITIVE = [] include Aws::Structure end  | 
  
#view_id ⇒ String
The ViewId of the view. This must be an ARN for Amazon Web Services managed views.
      7495 7496 7497 7498 7499 7500  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7495 class DescribeViewRequest < Struct.new( :instance_id, :view_id) SENSITIVE = [] include Aws::Structure end  |