Class: Aws::Connect::Types::CreateUseCaseResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateUseCaseResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #use_case_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the use case.
 - 
  
    
      #use_case_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the use case.
 
Instance Attribute Details
#use_case_arn ⇒ String
The Amazon Resource Name (ARN) for the use case.
      5186 5187 5188 5189 5190 5191  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5186 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#use_case_id ⇒ String
The identifier of the use case.
      5186 5187 5188 5189 5190 5191  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5186 class CreateUseCaseResponse < Struct.new( :use_case_id, :use_case_arn) SENSITIVE = [] include Aws::Structure end  |