Class: Aws::Types::SendMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def client_token
  @client_token
end

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def connection_token
  @connection_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def content_type
  @content_type
end