Class: Aws::Types::GetChannelMessageRequest

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)


492
493
494
# File 'sig/types.rbs', line 492

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def chime_bearer
  @chime_bearer
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def message_id
  @message_id
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def sub_channel_id
  @sub_channel_id
end