Class: Aws::Connect::Types::DeleteVocabularyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeleteVocabularyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the custom vocabulary.
 - 
  
    
      #vocabulary_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the custom vocabulary.
 - 
  
    
      #vocabulary_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the custom vocabulary.
 
Instance Attribute Details
#state ⇒ String
The current state of the custom vocabulary.
      6590 6591 6592 6593 6594 6595 6596  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6590 class DeleteVocabularyResponse < Struct.new( :vocabulary_arn, :vocabulary_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#vocabulary_arn ⇒ String
The Amazon Resource Name (ARN) of the custom vocabulary.
      6590 6591 6592 6593 6594 6595 6596  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6590 class DeleteVocabularyResponse < Struct.new( :vocabulary_arn, :vocabulary_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#vocabulary_id ⇒ String
The identifier of the custom vocabulary.
      6590 6591 6592 6593 6594 6595 6596  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6590 class DeleteVocabularyResponse < Struct.new( :vocabulary_arn, :vocabulary_id, :state) SENSITIVE = [] include Aws::Structure end  |