Class: Aws::Connect::Types::SecurityProfileSearchSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the security profile.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the security profile.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the security profile.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#organization_resource_idString

The organization resource identifier.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The name of the security profile.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.



22807
22808
22809
22810
22811
22812
22813
22814
22815
22816
# File 'lib/aws-sdk-connect/types.rb', line 22807

class SecurityProfileSearchSummary < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end