Class: Aws::Types::AlarmModelVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_arn ⇒ ::String

Returns the value of attribute alarm_model_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def alarm_model_arn
  @alarm_model_arn
end

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def alarm_model_name
  @alarm_model_name
end

#alarm_model_version ⇒ ::String

Returns the value of attribute alarm_model_version.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def alarm_model_version
  @alarm_model_version
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


69
70
71
# File 'sig/types.rbs', line 69

def creation_time
  @creation_time
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def last_update_time
  @last_update_time
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def role_arn
  @role_arn
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ACTIVATING", "INACTIVE", "FAILED")


71
72
73
# File 'sig/types.rbs', line 71

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def status_message
  @status_message
end