Class: Aws::Connect::Types::CreateSecurityProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateSecurityProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the security profile.
 - 
  
    
      #security_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the security profle.
 
Instance Attribute Details
#security_profile_arn ⇒ String
The Amazon Resource Name (ARN) for the security profile.
      4974 4975 4976 4977 4978 4979  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4974 class CreateSecurityProfileResponse < Struct.new( :security_profile_id, :security_profile_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_id ⇒ String
The identifier for the security profle.
      4974 4975 4976 4977 4978 4979  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4974 class CreateSecurityProfileResponse < Struct.new( :security_profile_id, :security_profile_arn) SENSITIVE = [] include Aws::Structure end  |