Class: Aws::ChimeSDKMessaging::Types::Target

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

Overview

The target of a message, a sender, a user, or a bot. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_arnString

The ARN of the target channel member.

Returns:

  • (String)


3170
3171
3172
3173
3174
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3170

class Target < Struct.new(
  :member_arn)
  SENSITIVE = []
  include Aws::Structure
end