Class: Aws::Types::ListChannelMessagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelMessagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_messages ⇒ ::Array[Types::ChannelMessageSummary]
Returns the value of attribute channel_messages.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
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.
623 624 625 |
# File 'sig/types.rbs', line 623 def @channel_messages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
624 625 626 |
# File 'sig/types.rbs', line 624 def sub_channel_id @sub_channel_id end |