Class: Aws::Types::SendChannelMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def chime_bearer
  @chime_bearer
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def client_request_token
  @client_request_token
end

#content::String

Returns the value of attribute content.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def content_type
  @content_type
end

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

Returns the value of attribute message_attributes.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def message_attributes
  @message_attributes
end

#metadata::String

Returns the value of attribute metadata.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def 
  @metadata
end

#persistence"PERSISTENT", "NON_PERSISTENT"

Returns the value of attribute persistence.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def persistence
  @persistence
end

#push_notificationTypes::PushNotificationConfiguration

Returns the value of attribute push_notification.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def push_notification
  @push_notification
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def sub_channel_id
  @sub_channel_id
end

#target::Array[Types::Target]

Returns the value of attribute target.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def target
  @target
end

#type"STANDARD", "CONTROL"

Returns the value of attribute type.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def type
  @type
end