Class: Aws::Types::RedactConversationMessageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def 
  @account_id
end

#conversation_id::String

Returns the value of attribute conversation_id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def conversation_id
  @conversation_id
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def message_id
  @message_id
end