Class: Aws::Types::EventType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionability"ACTION_REQUIRED", ...

Returns the value of attribute actionability.

Returns:

  • ("ACTION_REQUIRED", "ACTION_MAY_BE_REQUIRED", "INFORMATIONAL")


287
288
289
# File 'sig/types.rbs', line 287

def actionability
  @actionability
end

#category"issue", ...

Returns the value of attribute category.

Returns:

  • ("issue", "accountNotification", "scheduledChange", "investigation")


286
287
288
# File 'sig/types.rbs', line 286

def category
  @category
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def code
  @code
end

#personas::Array[("OPERATIONS" | "SECURITY" | "BILLING")]

Returns the value of attribute personas.

Returns:

  • (::Array[("OPERATIONS" | "SECURITY" | "BILLING")])


288
289
290
# File 'sig/types.rbs', line 288

def personas
  @personas
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def service
  @service
end