Class: Aws::Types::Alert

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alert_code::String

Returns the value of attribute alert_code.

Returns:

  • (::String)


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

def alert_code
  @alert_code
end

#alert_message::String

Returns the value of attribute alert_message.

Returns:

  • (::String)


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

def alert_message
  @alert_message
end

#category"SCHEDULING_ERROR", ...

Returns the value of attribute category.

Returns:

  • ("SCHEDULING_ERROR", "PLAYBACK_WARNING", "INFO")


75
76
77
# File 'sig/types.rbs', line 75

def category
  @category
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

Returns the value of attribute related_resource_arns.

Returns:

  • (::Array[::String])


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

def related_resource_arns
  @related_resource_arns
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def resource_arn
  @resource_arn
end