Class: Aws::Types::DeleteChannelMessageRequest

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)


344
345
346
# File 'sig/types.rbs', line 344

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def chime_bearer
  @chime_bearer
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def message_id
  @message_id
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def sub_channel_id
  @sub_channel_id
end