Class: Aws::Connect::Types::CreatePredefinedAttributeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreatePredefinedAttributeRequest
 
 
- 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.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the predefined attribute.
 - 
  
    
      #values  ⇒ Types::PredefinedAttributeValues 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The values of the predefined attribute.
 
Instance Attribute Details
#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.
      4455 4456 4457 4458 4459 4460 4461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4455 class CreatePredefinedAttributeRequest < Struct.new( :instance_id, :name, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the predefined attribute.
      4455 4456 4457 4458 4459 4460 4461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4455 class CreatePredefinedAttributeRequest < Struct.new( :instance_id, :name, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#values ⇒ Types::PredefinedAttributeValues
The values of the predefined attribute.
      4455 4456 4457 4458 4459 4460 4461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4455 class CreatePredefinedAttributeRequest < Struct.new( :instance_id, :name, :values) SENSITIVE = [] include Aws::Structure end  |