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.

Returns:

  • (String)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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.

Returns:

  • (String)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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.

Returns:

  • (String)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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.

Returns:

  • (String)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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.

Returns:

  • (String)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


16719
16720
16721
16722
16723
16724
16725
16726
16727
16728
# File 'lib/aws-sdk-connect/types.rb', line 16719

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