Class: Aws::Types::ListChannelMessagesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def channel_arn
  @channel_arn
end

#channel_messages::Array[Types::ChannelMessageSummary]

Returns the value of attribute channel_messages.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def channel_messages
  @channel_messages
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def next_token
  @next_token
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def sub_channel_id
  @sub_channel_id
end