Class: Aws::Types::UpdateChannelMessageResponse

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:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def channel_arn
  @channel_arn
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def message_id
  @message_id
end

#statusTypes::ChannelMessageStatusStructure

Returns the value of attribute status.



942
943
944
# File 'sig/types.rbs', line 942

def status
  @status
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def sub_channel_id
  @sub_channel_id
end