Class: Aws::Types::GetEventPredictionMetadataRequest

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)


695
696
697
# File 'sig/types.rbs', line 695

def detector_id
  @detector_id
end

#detector_version_id::String

Returns the value of attribute detector_version_id.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def detector_version_id
  @detector_version_id
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def event_id
  @event_id
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def event_type_name
  @event_type_name
end

#prediction_timestamp::String

Returns the value of attribute prediction_timestamp.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def prediction_timestamp
  @prediction_timestamp
end