Class: Aws::Connect::Types::DisassociateSecurityProfilesRequest

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)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10806

class DisassociateSecurityProfilesRequest < 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)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10806

class DisassociateSecurityProfilesRequest < 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)


10806
10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10806

class DisassociateSecurityProfilesRequest < 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:



10806
10807
10808
10809
10810
10811
10812
10813
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10806

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