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

#assigned_label::String

Returns the value of attribute assigned_label.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def assigned_label
  @assigned_label
end

#entities::Array[Types::Entity]

Returns the value of attribute entities.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def entities
  @entities
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def event_id
  @event_id
end

#event_timestamp::String

Returns the value of attribute event_timestamp.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def event_timestamp
  @event_timestamp
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def event_type_name
  @event_type_name
end

#event_variables::Hash[::String, ::String]

Returns the value of attribute event_variables.

Returns:

  • (::Hash[::String, ::String])


1216
1217
1218
# File 'sig/types.rbs', line 1216

def event_variables
  @event_variables
end

#label_timestamp::String

Returns the value of attribute label_timestamp.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def label_timestamp
  @label_timestamp
end