Class: Aws::Types::ChannelMessageCallback

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content, :metadata, :content_type])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def content_type
  @content_type
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def message_attributes
  @message_attributes
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def message_id
  @message_id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def 
  
end

#push_notificationTypes::PushNotificationConfiguration

Returns the value of attribute push_notification.



181
182
183
# File 'sig/types.rbs', line 181

def push_notification
  @push_notification
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def sub_channel_id
  @sub_channel_id
end