Class: Aws::Connect::Types::TagContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of the contact in this instance of Amazon Connect.

Returns:

  • (String)


18046
18047
18048
18049
18050
18051
18052
# File 'lib/aws-sdk-connect/types.rb', line 18046

class TagContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :tags)
  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.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


18046
18047
18048
18049
18050
18051
18052
# File 'lib/aws-sdk-connect/types.rb', line 18046

class TagContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to be assigned to the contact resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

<note markdown=“1”> Authorization is not supported by this tag.

</note>

Returns:

  • (Hash<String,String>)


18046
18047
18048
18049
18050
18051
18052
# File 'lib/aws-sdk-connect/types.rb', line 18046

class TagContactRequest < Struct.new(
  :contact_id,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end