Class: Aws::Types::ListChannelMessagesRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("ASCENDING", "DESCENDING")


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.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def sub_channel_id
  @sub_channel_id
end