Class: Aws::Connect::Types::DescribeInstanceAttributeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeInstanceAttributeRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attribute_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of attribute.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 
Instance Attribute Details
#attribute_type ⇒ String
The type of attribute.
      6997 6998 6999 7000 7001 7002  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6997 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      6997 6998 6999 7000 7001 7002  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6997 class DescribeInstanceAttributeRequest < Struct.new( :instance_id, :attribute_type) SENSITIVE = [] include Aws::Structure end  |