Class: Aws::Types::EventPredictionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def detector_id
  @detector_id
end

#detector_version_id::String

Returns the value of attribute detector_version_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def detector_version_id
  @detector_version_id
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def event_id
  @event_id
end

#event_timestamp::String

Returns the value of attribute event_timestamp.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def event_timestamp
  @event_timestamp
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def event_type_name
  @event_type_name
end

#prediction_timestamp::String

Returns the value of attribute prediction_timestamp.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def prediction_timestamp
  @prediction_timestamp
end