Class: Aws::Types::SendEventRequest

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)


198
199
200
# File 'sig/types.rbs', line 198

def client_token
  @client_token
end

#connection_token::String

Returns the value of attribute connection_token.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def connection_token
  @connection_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def content_type
  @content_type
end