Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_label::String

Returns the value of attribute current_label.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def current_label
  @current_label
end

#entities::Array[Types::Entity]

Returns the value of attribute entities.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def entities
  @entities
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def event_id
  @event_id
end

#event_timestamp::String

Returns the value of attribute event_timestamp.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def event_timestamp
  @event_timestamp
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def event_type_name
  @event_type_name
end

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

Returns the value of attribute event_variables.

Returns:

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


512
513
514
# File 'sig/types.rbs', line 512

def event_variables
  @event_variables
end

#label_timestamp::String

Returns the value of attribute label_timestamp.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def label_timestamp
  @label_timestamp
end