Class: Aws::Types::ListChannelMessagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelMessagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#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.
609 610 611 |
# File 'sig/types.rbs', line 609 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
615 616 617 |
# File 'sig/types.rbs', line 615 def chime_bearer @chime_bearer end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
613 614 615 |
# File 'sig/types.rbs', line 613 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
614 615 616 |
# File 'sig/types.rbs', line 614 def next_token @next_token end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
612 613 614 |
# File 'sig/types.rbs', line 612 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
611 612 613 |
# File 'sig/types.rbs', line 611 def not_before @not_before end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
610 611 612 |
# File 'sig/types.rbs', line 610 def sort_order @sort_order end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
616 617 618 |
# File 'sig/types.rbs', line 616 def sub_channel_id @sub_channel_id end |