Class: Aws::Types::SendChannelMessageResponse

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:



850
851
852
# File 'sig/types.rbs', line 850

def channel_arn
  @channel_arn
end

#message_id::String

Returns the value of attribute message_id.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def message_id
  @message_id
end

#statusTypes::ChannelMessageStatusStructure

Returns the value of attribute status.

Returns:



852
853
854
# File 'sig/types.rbs', line 852

def status
  @status
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:



853
854
855
# File 'sig/types.rbs', line 853

def sub_channel_id
  @sub_channel_id
end