Class: Aws::Types::UpdateEventLabelRequest

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)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def assigned_label
  @assigned_label
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def event_id
  @event_id
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def event_type_name
  @event_type_name
end

#label_timestamp::String

Returns the value of attribute label_timestamp.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def label_timestamp
  @label_timestamp
end