Class: Aws::Connect::Types::AssociateSecurityProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arnString

Arn of a Q in Connect AI Agent.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1413

class AssociateSecurityProfilesRequest < Struct.new(
  :instance_id,
  :security_profiles,
  :entity_type,
  :entity_arn)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

Only supported type is AI_AGENT.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1413

class AssociateSecurityProfilesRequest < Struct.new(
  :instance_id,
  :security_profiles,
  :entity_type,
  :entity_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1413

class AssociateSecurityProfilesRequest < Struct.new(
  :instance_id,
  :security_profiles,
  :entity_type,
  :entity_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_profilesArray<Types::SecurityProfileItem>

List of Security Profile Object.

Returns:



1413
1414
1415
1416
1417
1418
1419
1420
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1413

class AssociateSecurityProfilesRequest < Struct.new(
  :instance_id,
  :security_profiles,
  :entity_type,
  :entity_arn)
  SENSITIVE = []
  include Aws::Structure
end