Class: Aws::Connect::Types::SecurityProfileSearchSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SecurityProfileSearchSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the returned security profiles.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the security profile.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the security profile.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the security profile.
 - 
  
    
      #organization_resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The organization resource identifier.
 - 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security profile.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the security profile.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the security profile.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the security profile.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_resource_id ⇒ String
The organization resource identifier.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_name ⇒ String
The name of the security profile.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.
      18846 18847 18848 18849 18850 18851 18852 18853 18854 18855  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18846 class SecurityProfileSearchSummary < Struct.new( :id, :organization_resource_id, :arn, :security_profile_name, :description, :tags) SENSITIVE = [] include Aws::Structure end  |