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)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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” }.

Returns:

  • (Hash<String,String>)


19079
19080
19081
19082
19083
19084
19085
19086
19087
19088
# File 'lib/aws-sdk-connect/types.rb', line 19079

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