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)


3183
3184
3185
3186
3187
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3183

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