Class: Aws::Connect::Types::DescribeSecurityProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeSecurityProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_profile  ⇒ Types::SecurityProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security profile.
 
Instance Attribute Details
#security_profile ⇒ Types::SecurityProfile
The security profile.
      7353 7354 7355 7356 7357  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7353 class DescribeSecurityProfileResponse < Struct.new( :security_profile) SENSITIVE = [] include Aws::Structure end  |