Class: Aws::Types::AnomalyInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def id
  @id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


50
51
52
# File 'sig/types.rbs', line 50

def start_time
  @start_time
end

#user_feedbackTypes::UserFeedback

Returns the value of attribute user_feedback.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def user_feedback
  @user_feedback
end